adding truncated_hmac to tlsx
This commit is contained in:
parent
4c62e7ef9e
commit
384cc9d3da
@ -1191,7 +1191,8 @@ if test "x$ENABLED_TLSX" = "xyes"
|
||||
then
|
||||
ENABLED_SNI=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
|
||||
|
||||
#valgrind
|
||||
|
Loading…
Reference in New Issue
Block a user