forked from wolfSSL/wolfssl
Merge pull request #2489 from ejohnstown/sniffer-etm
Sniffer and Encrypt-Then-Mac
This commit is contained in:
@@ -3420,6 +3420,8 @@ then
|
|||||||
ENABLED_ENCRYPT_THEN_MAC=yes
|
ENABLED_ENCRYPT_THEN_MAC=yes
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
AS_IF([test "x$ENABLED_SNIFFER" == "xyes"],[ENABLED_ENCRYPT_THEN_MAC="no"])
|
||||||
|
|
||||||
if test "x$ENABLED_ENCRYPT_THEN_MAC" = "xyes"
|
if test "x$ENABLED_ENCRYPT_THEN_MAC" = "xyes"
|
||||||
then
|
then
|
||||||
AM_CFLAGS="$AM_CFLAGS -DHAVE_ENCRYPT_THEN_MAC"
|
AM_CFLAGS="$AM_CFLAGS -DHAVE_ENCRYPT_THEN_MAC"
|
||||||
|
Reference in New Issue
Block a user