summaryrefslogtreecommitdiffstats
path: root/openbsd-compat/openssl-compat.h
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2018-10-28 15:18:13 +1100
committerDarren Tucker <dtucker@dtucker.net>2018-10-28 15:18:13 +1100
commit595605d4abede475339d6a1f07a8cc674c11d1c3 (patch)
tree77eb2019d82d38588ff95b28966f11ffe66edeb0 /openbsd-compat/openssl-compat.h
parent6ab75aba340d827140d7ba719787aabaf39a0355 (diff)
Update check for minimum OpenSSL version.
Diffstat (limited to 'openbsd-compat/openssl-compat.h')
-rw-r--r--openbsd-compat/openssl-compat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsd-compat/openssl-compat.h b/openbsd-compat/openssl-compat.h
index 28e4fc36..94c750b7 100644
--- a/openbsd-compat/openssl-compat.h
+++ b/openbsd-compat/openssl-compat.h
@@ -30,8 +30,8 @@
int ssh_compatible_openssl(long, long);
-#if (OPENSSL_VERSION_NUMBER <= 0x0090805fL)
-# error OpenSSL 0.9.8f or greater is required
+#if (OPENSSL_VERSION_NUMBER <= 0x1000100fL)
+# error OpenSSL 1.0.1 or greater is required
#endif
#ifndef OPENSSL_VERSION