docblocks
This commit is contained in:
parent
faa491ce65
commit
df78574034
|
|
@ -42,7 +42,6 @@ int sslerrorprintercallback(const char *str, size_t len, void *ctx)
|
||||||
/**
|
/**
|
||||||
* Constructor
|
* Constructor
|
||||||
* @param retval return value of SSL_get_error (must be a proper error)
|
* @param retval return value of SSL_get_error (must be a proper error)
|
||||||
* @throw std::bad_alloc if the BIO couldn't be allocated
|
|
||||||
*/
|
*/
|
||||||
SslErrorPrinter::SslErrorPrinter(int retval)
|
SslErrorPrinter::SslErrorPrinter(int retval)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,6 @@ public:
|
||||||
/**
|
/**
|
||||||
* Constructor
|
* Constructor
|
||||||
* @param retval return value of SSL_get_error (must be a proper error)
|
* @param retval return value of SSL_get_error (must be a proper error)
|
||||||
* @throw std::bad_alloc if the BIO couldn't be allocated
|
|
||||||
*/
|
*/
|
||||||
SslErrorPrinter(int retval);
|
SslErrorPrinter(int retval);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue