mirror of
https://github.com/curl/curl.git
synced 2026-06-04 09:24:20 +03:00
include the engine stuff
This commit is contained in:
parent
0a1a185874
commit
29583004ce
1 changed files with 4 additions and 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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue