From c57e748107935f94a16cda112f3b5dfce9a93481 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Mon, 26 May 2008 03:10:34 +0000 Subject: David Rosenstrauch reported that header files spnegohelp.h and openssl/objects.h were needed to compile SPNEGO support. --- lib/http_negotiate.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'lib') diff --git a/lib/http_negotiate.c b/lib/http_negotiate.c index e7f934824..9644a751c 100644 --- a/lib/http_negotiate.c +++ b/lib/http_negotiate.c @@ -42,6 +42,15 @@ #include "http_negotiate.h" #include "memory.h" +#ifdef HAVE_SPNEGO +# include +# if defined(USE_OPENSSL) && !defined(USE_YASSLEMUL) +# include +# else +# error "Can't compile SPNEGO support without OpenSSL." +# endif +#endif + #define _MPRINTF_REPLACE /* use our functions only */ #include -- cgit v1.2.3