Commit 29583004 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

include the engine stuff

parent 0a1a1858
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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"