From 694c35faa87b858ecdadfe4fc592615f4eefbb07 Mon Sep 17 00:00:00 2001 From: Josef 'Jeff' Sipek Date: Mon, 29 Jul 2013 16:16:59 -0400 Subject: 3882 Remove xmod & friends Reviewed by: Dan McDonald Reviewed by: Richard Lowe Approved by: Richard Lowe --- usr/src/lib/libldap5/sources/ldap/common/open.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'usr/src/lib/libldap5/sources/ldap/common') diff --git a/usr/src/lib/libldap5/sources/ldap/common/open.c b/usr/src/lib/libldap5/sources/ldap/common/open.c index ee59bf4c0a..c97685f223 100644 --- a/usr/src/lib/libldap5/sources/ldap/common/open.c +++ b/usr/src/lib/libldap5/sources/ldap/common/open.c @@ -3,8 +3,6 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - /* * The contents of this file are subject to the Netscape Public @@ -401,11 +399,7 @@ ldap_version( LDAPVersion *ver ) ver->security_level = LDAP_SECURITY_NONE; #if defined(LINK_SSL) -#if defined(NS_DOMESTIC) ver->security_level = 128; -#elif defined(NSS_EXPORT) - ver->security_level = 40; -#endif #endif } -- cgit v1.2.3