aboutsummaryrefslogtreecommitdiff
path: root/lib/config-vms.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/config-vms.h')
-rwxr-xr-xlib/config-vms.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/config-vms.h b/lib/config-vms.h
index 83751073d..c9f931f5a 100755
--- a/lib/config-vms.h
+++ b/lib/config-vms.h
@@ -343,8 +343,11 @@
/* Define if you have the getpass function. */
#undef HAVE_GETPASS
-/* Define if you have a working OpenSSL installation */
-#define OPENSSL_ENABLED 1
+/* if OpenSSL is in use */
+#define USE_OPENSSL 1
+
+/* if SSL is enabled */
+#define USE_SSLEAY 1
/* Define if you have the `dlopen' function. */
#undef HAVE_DLOPEN