diff options
Diffstat (limited to 'lib')
-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" |