]> granicus.if.org Git - curl/commitdiff
Nico Baggus little adjustment to build with OpenSSL 0.9.7 (the ENGINE thing)
authorDaniel Stenberg <daniel@haxx.se>
Fri, 14 Mar 2003 17:21:06 +0000 (17:21 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 14 Mar 2003 17:21:06 +0000 (17:21 +0000)
lib/config-vms.h

index a2bf264d83d7c8c3ab788d59ab8f2d4c66e2e7ac..9ce256731918b1a6d503a6b575fdf793c9bca406 100755 (executable)
 
 /* 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