diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-02-28 15:50:05 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-02-28 15:50:05 +0000 |
commit | 29583004ce6d07c90148b03fbfae94f35378b6da (patch) | |
tree | 31a3f3d9b7ee8fe35b515e4a99351c9fb17b9833 | |
parent | 0a1a185874870fd370dc7d4d12b05ac402885d5f (diff) |
include the engine stuff
-rw-r--r-- | lib/url.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -83,8 +83,12 @@ #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" |