From 43a039eba4c73120e382cb9caa5fc93e119444c5 Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Tue, 26 Sep 2017 10:59:08 -0700 Subject: [PATCH] ITS#7428 - Non-blocking TLS is not compatible with MOZNSS --- libraries/libldap/tls2.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libraries/libldap/tls2.c b/libraries/libldap/tls2.c index 09ad9a14ba..f6dbf21f99 100644 --- a/libraries/libldap/tls2.c +++ b/libraries/libldap/tls2.c @@ -43,7 +43,9 @@ static tls_impl *tls_imp = &ldap_int_tls_impl; #endif /* HAVE_TLS */ +#ifndef HAVE_MOZNSS #define LDAP_USE_NON_BLOCKING_TLS +#endif /* RFC2459 minimum required set of supported attribute types * in a certificate DN -- 2.39.2