]> granicus.if.org Git - curl/commitdiff
include the engine stuff
authorDaniel Stenberg <daniel@haxx.se>
Fri, 28 Feb 2003 15:50:05 +0000 (15:50 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 28 Feb 2003 15:50:05 +0000 (15:50 +0000)
lib/url.c

index 865c247d5a8ced49bb3ff44141c2b352ce0efbd1..192829ce9424a770e5a37562e98c6a682cca1f4e 100644 (file)
--- a/lib/url.c
+++ b/lib/url.c
 #error "We can't compile without socket() support!"
 #endif
 
+
 #endif
 
+#ifdef HAVE_OPENSSL_ENGINE_H
+#include <openssl/engine.h>
+#endif
 #include "urldata.h"
 #include "netrc.h"