Remove redundant call of SSL_set_info_callback, to allow users

to override it in the SSL_CTX.
This commit is contained in:
Howard Chu 2001-08-29 20:28:08 +00:00
parent 2f761834b2
commit 44a3160fec

View File

@ -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;
}