mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05: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
1 changed files with 0 additions and 4 deletions
|
|
@ -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 a new issue