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

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

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