Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment