forked from wolfSSL/wolfssl
adding truncated_hmac to tlsx
This commit is contained in:
@ -1191,7 +1191,8 @@ if test "x$ENABLED_TLSX" = "xyes"
|
|||||||
then
|
then
|
||||||
ENABLED_SNI=yes
|
ENABLED_SNI=yes
|
||||||
ENABLED_MAX_FRAGMENT=yes
|
ENABLED_MAX_FRAGMENT=yes
|
||||||
AM_CFLAGS="$AM_CFLAGS -DHAVE_TLS_EXTENSIONS -DHAVE_SNI -DHAVE_MAX_FRAGMENT"
|
ENABLED_TRUNCATED_HMAC=yes
|
||||||
|
AM_CFLAGS="$AM_CFLAGS -DHAVE_TLS_EXTENSIONS -DHAVE_SNI -DHAVE_MAX_FRAGMENT -DHAVE_TRUNCATED_HMAC"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#valgrind
|
#valgrind
|
||||||
|
Reference in New Issue
Block a user