mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Remove redundant call of SSL_set_info_callback, to allow users
to override it in the SSL_CTX.
This commit is contained in:
parent
2f761834b2
commit
44a3160fec
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user