From aa2bed478ced056a0d0e86dd1ba69fae53d002d0 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Wed, 8 Feb 2012 13:10:32 +0000 Subject: [PATCH] grammatical fix in error message. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ff61e3f0..574d2a83 100644 --- a/configure.ac +++ b/configure.ac @@ -305,7 +305,7 @@ case "$enable_ecdsa" in fi AC_CHECK_FUNC(ECDSA_sign, [], [AC_MSG_ERROR([OpenSSL does not support ECDSA])]) AC_CHECK_FUNC(SHA384_Init, [], [AC_MSG_ERROR([OpenSSL does not support SHA384])]) - AC_CHECK_DECLS([NID_X9_62_prime256v1, NID_secp384r1], [], [AC_MSG_ERROR([OpenSSL does not support the ECDSA curve])], [AC_INCLUDES_DEFAULT + AC_CHECK_DECLS([NID_X9_62_prime256v1, NID_secp384r1], [], [AC_MSG_ERROR([OpenSSL does not support the ECDSA curves])], [AC_INCLUDES_DEFAULT #include ]) # we now know we have ECDSA and the required curves. -- 2.47.3