summaryrefslogtreecommitdiffstats
path: root/httpd
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 /httpd
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 'httpd')
-rw-r--r--httpd/src/ntnsapi.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/httpd/src/ntnsapi.c b/httpd/src/ntnsapi.c
index 5cab8fda..b8b11ef2 100644
--- a/httpd/src/ntnsapi.c
+++ b/httpd/src/ntnsapi.c
@@ -94,7 +94,6 @@ VOID InitializeSafFunctions()
/* Functions from ereport.h */
SafTable[EREPORT] = (SafFunction *)ereport ;
-#ifdef NET_SSL
/* Functions from minissl.h */
SafTable[SSL_CLOSE] = (SafFunction *)PR_Close;
SafTable[SSL_SOCKET] = (SafFunction *)PR_NewTCPSocket;
@@ -106,7 +105,6 @@ VOID InitializeSafFunctions()
SafTable[SSL_READ] = (SafFunction *)PR_Read;
SafTable[SSL_WRITE] = (SafFunction *)PR_Write;
SafTable[SSL_GETPEERNAME] = (SafFunction *)PR_GetPeerName;
-#endif /* NET_SSL */
/* Functions from shexp.h */