mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
Merge pull request #5004 from julek-wolfssl/apache-enable-etm
Allow encrypt then mac with apache
This commit is contained in:
@ -5182,11 +5182,6 @@ AC_ARG_ENABLE([enc-then-mac],
|
|||||||
[ ENABLED_ENCRYPT_THEN_MAC=yes ]
|
[ 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"
|
if test "x$ENABLED_TLSX" = "xyes"
|
||||||
then
|
then
|
||||||
ENABLED_ENCRYPT_THEN_MAC=yes
|
ENABLED_ENCRYPT_THEN_MAC=yes
|
||||||
|
Reference in New Issue
Block a user