From 1bca5d80a1a7a4a7e2eec715f688a5eb0484e086 Mon Sep 17 00:00:00 2001 From: Daniel Pouzzner Date: Mon, 10 Oct 2022 16:51:19 -0500 Subject: [PATCH] configure.ac: fix hard tab. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2df9bf662..b4a64d555 100644 --- a/configure.ac +++ b/configure.ac @@ -4188,7 +4188,7 @@ AS_CASE([$FIPS_VERSION], AS_IF([test "$ENABLED_AESGCM" = "no" && (test "$FIPS_VERSION" != "dev" || test "$enable_aesgcm" != "no")], [ENABLED_AESGCM="yes"; AM_CFLAGS="$AM_CFLAGS -DHAVE_AESGCM"]) - # AES-GCM streaming isn't part of the current FIPS suite. + # AES-GCM streaming isn't part of the current FIPS suite. AS_IF([test "$ENABLED_AESGCM_STREAM" = "yes" && (test "$FIPS_VERSION" != "dev" || test "$enable_aesgcm_stream" != "yes")], [ENABLED_AESGCM_STREAM="no"])