Allow encrypt then mac with apache

This commit is contained in:
Juliusz Sosinowicz 2022-03-31 15:55:57 +02:00
parent a914d782c0
commit 4b5649edc9

View File

@ -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