docblock
This commit is contained in:
parent
477243d3f3
commit
2f26928e3e
|
|
@ -22,7 +22,7 @@ namespace AMQP {
|
||||||
* @param str The string
|
* @param str The string
|
||||||
* @param len The length
|
* @param len The length
|
||||||
* @param ctx The context (this ptr)
|
* @param ctx The context (this ptr)
|
||||||
* @return always 1 to signal to OpenSSL to continue
|
* @return always 0 to signal to OpenSSL to continue
|
||||||
*/
|
*/
|
||||||
int sslerrorprintercallback(const char *str, size_t len, void *ctx)
|
int sslerrorprintercallback(const char *str, size_t len, void *ctx)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -61,7 +61,7 @@ private:
|
||||||
* @param str The string
|
* @param str The string
|
||||||
* @param len The length
|
* @param len The length
|
||||||
* @param ctx The context (this ptr)
|
* @param ctx The context (this ptr)
|
||||||
* @return always 1 to signal to OpenSSL to continue
|
* @return always 0 to signal to OpenSSL to continue
|
||||||
*/
|
*/
|
||||||
friend int sslerrorprintercallback(const char *str, size_t len, void *ctx);
|
friend int sslerrorprintercallback(const char *str, size_t len, void *ctx);
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue