mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
ITS#5577 GnuTLS CRL result >0 is success
This commit is contained in:
parent
e7383994fb
commit
9ef6cc3cd4
@ -755,6 +755,7 @@ ldap_int_tls_init_ctx( struct ldapoptions *lo, int is_server )
|
||||
crlfile,
|
||||
GNUTLS_X509_FMT_PEM );
|
||||
if ( rc < 0 ) goto error_exit;
|
||||
rc = 0;
|
||||
}
|
||||
if ( is_server ) {
|
||||
gnutls_dh_params_init (&((tls_ctx*)
|
||||
|
Loading…
Reference in New Issue
Block a user