Nico Baggus little adjustment to build with OpenSSL 0.9.7 (the ENGINE thing)

This commit is contained in:
Daniel Stenberg 2003-03-14 17:21:06 +00:00
parent d65587b06c
commit c2b8a04000
1 changed files with 7 additions and 0 deletions

View File

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