diff --git a/configure.ac b/configure.ac index 0f457f3bd454..0581a2c5a75c 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