From a27cdc538ae722e3701fca2e8ffd9d0334da4b2b Mon Sep 17 00:00:00 2001 From: Kaleb Himes Date: Tue, 1 Jun 2021 13:30:32 -0600 Subject: [PATCH] Fix typo --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e18befe69..dbdb037a7 100644 --- a/configure.ac +++ b/configure.ac @@ -2210,7 +2210,7 @@ then fi if test "$FIPS_VERSION" = "v2" then - AC_MSG_ERROR([cannot enabled ed448 w/ dependency shake256 in FIPSv2 mode]) + AC_MSG_ERROR([cannot enable ed448 w/ dependency shake256 in FIPSv2 mode]) fi ENABLED_FE448=yes ENABLED_GE448=yes