add tlsext

This commit is contained in:
Brent Cook
2017-07-17 05:12:55 -05:00
parent e53af8da67
commit 58ba8785fb
4 changed files with 14 additions and 0 deletions

View File

@@ -356,6 +356,12 @@ TESTS += timingsafe
check_PROGRAMS += timingsafe
timingsafe_SOURCES = timingsafe.c
# tlsexttest
TESTS += tlsexttest
check_PROGRAMS += tlsexttest
tlsexttest_CPPFLAGS = $(AM_CPPFLAGS) -ULIBRESSL_INTERNAL
tlsexttest_SOURCES = tlsexttest.c
# tlstest
TESTS += tlstest.sh
check_PROGRAMS += tlstest