Merge pull request #2489 from ejohnstown/sniffer-etm

Sniffer and Encrypt-Then-Mac
This commit is contained in:
David Garske
2019-10-02 08:05:25 -07:00
committed by GitHub

View File

@ -3420,6 +3420,8 @@ then
ENABLED_ENCRYPT_THEN_MAC=yes
fi
AS_IF([test "x$ENABLED_SNIFFER" == "xyes"],[ENABLED_ENCRYPT_THEN_MAC="no"])
if test "x$ENABLED_ENCRYPT_THEN_MAC" = "xyes"
then
AM_CFLAGS="$AM_CFLAGS -DHAVE_ENCRYPT_THEN_MAC"