diff options
author | Noriko Hosoi <nhosoi@redhat.com> | 2006-11-10 01:10:57 +0000 |
---|---|---|
committer | Noriko Hosoi <nhosoi@redhat.com> | 2006-11-10 01:10:57 +0000 |
commit | 774a36c8dce821975ecd014b682a51ae2d9c9537 (patch) | |
tree | a4147686ceb00efe7f7e5be7fcb9311b99a5dde1 /httpd | |
parent | 83c29f51c72ba9d202d33ed342ceb4b8625f2ec3 (diff) | |
download | ds-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.c | 2 |
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 */ |