aboutsummaryrefslogtreecommitdiff
path: root/lib/http_ntlm.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/http_ntlm.c')
-rw-r--r--lib/http_ntlm.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/http_ntlm.c b/lib/http_ntlm.c
index 73f3d3d96..835acdeb8 100644
--- a/lib/http_ntlm.c
+++ b/lib/http_ntlm.c
@@ -30,8 +30,7 @@
*/
#ifndef CURL_DISABLE_HTTP
-#if defined(USE_SSLEAY) || defined(USE_WINDOWS_SSPI)
-/* We need OpenSSL for the crypto lib to provide us with MD4 and DES */
+#ifdef USE_NTLM
/* -- WIN32 approved -- */
#include <stdio.h>
@@ -769,5 +768,5 @@ Curl_ntlm_cleanup(struct connectdata *conn)
#endif
}
-#endif /* USE_SSLEAY */
+#endif /* USE_NTLM */
#endif /* !CURL_DISABLE_HTTP */