Skip to content
Snippets Groups Projects
Commit 44a3160f authored by Howard Chu's avatar Howard Chu
Browse files

Remove redundant call of SSL_set_info_callback, to allow users

to override it in the SSL_CTX.
parent 2f761834
No related branches found
No related tags found
No related merge requests found
......@@ -259,10 +259,6 @@ alloc_handle( void *ctx_arg )
Debug( LDAP_DEBUG_ANY,"TLS: can't create ssl handle.\n",0,0,0);
return NULL;
}
if ( tls_opt_trace ) {
SSL_set_info_callback( ssl, tls_info_cb );
}
return ssl;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment