[openssh-commits] [openssh] 01/05: Improve error message for OpenSSL header check.

git+noreply at mindrot.org git+noreply at mindrot.org
Mon Feb 19 18:49:31 AEDT 2024


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

dtucker pushed a commit to branch master
in repository openssh.

commit efde85dda2130272af24cc346f6c3cd326182ff1
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Mon Feb 19 17:29:31 2024 +1100

    Improve error message for OpenSSL header check.
    
    bz#3668, ok djm@
---
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 6371b386..5f69213a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2802,8 +2802,8 @@ if test "x$openssl" = "xyes" ; then
 			AC_MSG_RESULT([$ssl_header_ver])
 		],
 		[
-			AC_MSG_RESULT([not found])
-			AC_MSG_ERROR([OpenSSL version header not found.])
+			AC_MSG_RESULT([failed])
+			AC_MSG_ERROR([OpenSSL version test program failed.])
 		],
 		[
 			AC_MSG_WARN([cross compiling: not checking])

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


More information about the openssh-commits mailing list