This commit is contained in:
Raoul Wols 2021-07-13 13:27:19 +02:00
parent 477243d3f3
commit 2f26928e3e
No known key found for this signature in database
GPG Key ID: 9FFE06A0F6AAA2DF
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ namespace AMQP {
* @param str The string
* @param len The length
* @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)
{

View File

@ -61,7 +61,7 @@ private:
* @param str The string
* @param len The length
* @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);
};