[openssh-commits] [openssh] 01/01: Correct arg order for ED255519 AC_LINK_IFELSE test.

git+noreply at mindrot.org git+noreply at mindrot.org
Thu Oct 12 16:23:40 AEDT 2023


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

dtucker pushed a commit to branch master
in repository openssh.

commit 971e0cfcfd52ef1d73cf5244074c306a60006e89
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Thu Oct 12 16:23:05 2023 +1100

    Correct arg order for ED255519 AC_LINK_IFELSE test.
---
 configure.ac | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index 0f457f3b..0581a2c5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3155,13 +3155,13 @@ if test "x$openssl" = "xyes" ; then
 		exit(EVP_PKEY_new_raw_private_key(EVP_PKEY_ED25519,
 		    buf, sizeof(buf)) == NULL);
 		]])],
-		[
-			AC_MSG_RESULT([no])
-		],
 		[
 			AC_MSG_RESULT([yes])
 			AC_DEFINE([OPENSSL_HAS_ED25519], [1],
 			    [libcrypto has ed25519 support])
+		],
+		[
+			AC_MSG_RESULT([no])
 		]
 	)
 fi

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


More information about the openssh-commits mailing list