summaryrefslogtreecommitdiffstats
path: root/ldap/servers/slapd/ntuserpin.c
diff options
context:
space:
mode:
authorNoriko Hosoi <nhosoi@redhat.com>2006-11-10 01:10:57 +0000
committerNoriko Hosoi <nhosoi@redhat.com>2006-11-10 01:10:57 +0000
commit774a36c8dce821975ecd014b682a51ae2d9c9537 (patch)
treea4147686ceb00efe7f7e5be7fcb9311b99a5dde1 /ldap/servers/slapd/ntuserpin.c
parent83c29f51c72ba9d202d33ed342ceb4b8625f2ec3 (diff)
downloadds-774a36c8dce821975ecd014b682a51ae2d9c9537.tar.gz
ds-774a36c8dce821975ecd014b682a51ae2d9c9537.tar.xz
ds-774a36c8dce821975ecd014b682a51ae2d9c9537.zip
Resolves: #214728
Summary: Cleaning up obsolete macros in the build Changes: eliminated macro NET_SSL (Comment #5)
Diffstat (limited to 'ldap/servers/slapd/ntuserpin.c')
-rw-r--r--ldap/servers/slapd/ntuserpin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ldap/servers/slapd/ntuserpin.c b/ldap/servers/slapd/ntuserpin.c
index 4859903a..b420cad1 100644
--- a/ldap/servers/slapd/ntuserpin.c
+++ b/ldap/servers/slapd/ntuserpin.c
@@ -42,7 +42,7 @@
*
******************************************************/
-#if defined( _WIN32 ) && defined ( NET_SSL )
+#if defined( _WIN32 )
#include <windows.h>
#include "ntwatchdog.h"
@@ -206,4 +206,4 @@ static char *getPin(SVRCOREPinObj *obj, const char *tokenName, PRBool retry)
*/
static const SVRCOREPinMethods vtable =
{ 0, 0, destroyObject, getPin };
-#endif /* defined( _WIN32 ) && defined ( NET_SSL ) */
+#endif /* defined( _WIN32 ) */