From 4b5649edc98cbd86fbc4d0f98fb5d02f92cb9de0 Mon Sep 17 00:00:00 2001 From: Juliusz Sosinowicz Date: Thu, 31 Mar 2022 15:55:57 +0200 Subject: [PATCH] Allow encrypt then mac with apache --- configure.ac | 5 ----- 1 file changed, 5 deletions(-) diff --git a/configure.ac b/configure.ac index 8ab5b78fd..e772f3c69 100644 --- a/configure.ac +++ b/configure.ac @@ -5182,11 +5182,6 @@ AC_ARG_ENABLE([enc-then-mac], [ ENABLED_ENCRYPT_THEN_MAC=yes ] ) -if test "x$ENABLED_APACHE_HTTPD" = "xyes" -then - ENABLED_ENCRYPT_THEN_MAC=no -fi - if test "x$ENABLED_TLSX" = "xyes" then ENABLED_ENCRYPT_THEN_MAC=yes