mirror of
https://github.com/curl/curl.git
synced 2026-06-16 02:05:38 +03:00
Nico Baggus little adjustment to build with OpenSSL 0.9.7 (the ENGINE thing)
This commit is contained in:
parent
d65587b06c
commit
c2b8a04000
1 changed files with 7 additions and 0 deletions
|
|
@ -372,3 +372,10 @@
|
|||
|
||||
/* Define to 1 if you have the <setjmp.h> header file. */
|
||||
#define HAVE_SETJMP_H 1
|
||||
|
||||
/*
|
||||
* This needs to be defined for OpenSSL 0.9.7 and other versions that have the
|
||||
* ENGINE stuff supported. If an include of "openssl/engine.h" fails, then
|
||||
* undefine the define below.
|
||||
*/
|
||||
#define HAVE_OPENSSL_ENGINE_H 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue