diff options
author | Josef 'Jeff' Sipek <jeffpc@josefsipek.net> | 2013-07-29 16:16:59 -0400 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2013-07-29 16:18:07 -0400 |
commit | 694c35faa87b858ecdadfe4fc592615f4eefbb07 (patch) | |
tree | 2a78abdba3549d11ff88460d03ff67ce152ae59c /usr/src/lib/libldap5/sources/ldap/common | |
parent | 36f7455d36b60be70d7aae5959fa19e71954678e (diff) | |
download | illumos-joyent-694c35faa87b858ecdadfe4fc592615f4eefbb07.tar.gz |
3882 Remove xmod & friends
Reviewed by: Dan McDonald <danmcd@nexenta.com>
Reviewed by: Richard Lowe <richlowe@richlowe.net>
Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src/lib/libldap5/sources/ldap/common')
-rw-r--r-- | usr/src/lib/libldap5/sources/ldap/common/open.c | 6 |
1 files changed, 0 insertions, 6 deletions
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 } |