include the engine stuff

This commit is contained in:
Daniel Stenberg 2003-02-28 15:50:05 +00:00
parent 0a1a185874
commit 29583004ce
1 changed files with 4 additions and 0 deletions

View File

@ -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"