[openssh-commits] [openssh] 02/02: Update check for minimum OpenSSL version.
git+noreply at mindrot.org
git+noreply at mindrot.org
Sun Oct 28 15:28:58 AEDT 2018
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 595605d4abede475339d6a1f07a8cc674c11d1c3
Author: Darren Tucker <dtucker at dtucker.net>
Date: Sun Oct 28 15:18:13 2018 +1100
Update check for minimum OpenSSL version.
---
openbsd-compat/openssl-compat.h | 4 ++--
1 file 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
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list