[openssh-commits] [openssh] 01/01: include version number in OpenSSL-too-old error

git+noreply at mindrot.org git+noreply at mindrot.org
Thu Oct 30 10:46:08 EST 2014


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

commit 7d0ba5336651731949762eb8877ce9e3b52df436
Author: Damien Miller <djm at mindrot.org>
Date:   Thu Oct 30 10:45:41 2014 +1100

    include version number in OpenSSL-too-old error
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 67c4486..8b59d91 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2296,7 +2296,7 @@ AC_RUN_IFELSE(
 		# Check version is supported.
 		case "$ssl_library_ver" in
 			0090[[0-7]]*|009080[[0-5]]*)
-				AC_MSG_ERROR([OpenSSL >= 0.9.8f required])
+				AC_MSG_ERROR([OpenSSL >= 0.9.8f required (have "$ssl_library_ver")])
 		                ;;
 		        *) ;;
 		esac

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list