From 774a36c8dce821975ecd014b682a51ae2d9c9537 Mon Sep 17 00:00:00 2001 From: Noriko Hosoi Date: Fri, 10 Nov 2006 01:10:57 +0000 Subject: Resolves: #214728 Summary: Cleaning up obsolete macros in the build Changes: eliminated macro NET_SSL (Comment #5) --- httpd/src/ntnsapi.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'httpd') 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 */ -- cgit