From c2b8a04000017f497dc74f39fa3f33fd0b3d843c Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 14 Mar 2003 17:21:06 +0000 Subject: [PATCH] Nico Baggus little adjustment to build with OpenSSL 0.9.7 (the ENGINE thing) --- lib/config-vms.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/config-vms.h b/lib/config-vms.h index a2bf264d8..9ce256731 100755 --- a/lib/config-vms.h +++ b/lib/config-vms.h @@ -372,3 +372,10 @@ /* Define to 1 if you have the 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