summaryrefslogtreecommitdiffstats
path: root/ssl/Makefile
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-07-27 12:04:47 +0100
committerMatt Caswell <matt@openssl.org>2015-07-27 16:14:02 +0100
commit8e75dcf58705dbf29f37bfa9725ef6cde49c0c8a (patch)
tree72926871fe858f426e94da035ea5d117b2900ee5 /ssl/Makefile
parent396a2dc07177a14284dba194cb6dfda4f3785681 (diff)
Add test for SSL_set_session_ticket_ext
The function SSL_set_session_ticket_ext sets the ticket data to be sent in the ClientHello. This is useful for EAP-FAST. This commit adds a test to ensure that when this function is called the expected ticket data actually appears in the ClientHello. Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Diffstat (limited to 'ssl/Makefile')
-rw-r--r--ssl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/Makefile b/ssl/Makefile
index 29d9e4528f..ad14abb0b3 100644
--- a/ssl/Makefile
+++ b/ssl/Makefile
@@ -15,7 +15,7 @@ KRB5_INCLUDES=
CFLAGS= $(INCLUDES) $(CFLAG)
GENERAL=Makefile README ssl-lib.com install.com
-TEST=ssltest.c heartbeat_test.c
+TEST=ssltest.c heartbeat_test.c clienthellotest.c
APPS=
LIB=$(TOP)/libssl.a