aboutsummaryrefslogtreecommitdiff
path: root/lib/config-vms.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-03-14 17:21:06 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-03-14 17:21:06 +0000
commitc2b8a04000017f497dc74f39fa3f33fd0b3d843c (patch)
treeae551fa2c2c3ca92d2c810d21773c996fd0e3d88 /lib/config-vms.h
parentd65587b06c09effe1007b5fcc7f9ca8df98f7caa (diff)
Nico Baggus little adjustment to build with OpenSSL 0.9.7 (the ENGINE thing)
Diffstat (limited to 'lib/config-vms.h')
-rwxr-xr-xlib/config-vms.h7
1 files changed, 7 insertions, 0 deletions
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 <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