summaryrefslogtreecommitdiffstats
path: root/ssl/Makefile
diff options
context:
space:
mode:
authorMike Bland <mbland@acm.org>2014-04-16 07:21:26 -0400
committerBen Laurie <ben@links.org>2014-05-19 18:23:24 +0100
commitab0d964259e3cbe6af755862af4e6044770de698 (patch)
tree06fa40518a04b8a5c92a7e6e4dfe082cb3e58c87 /ssl/Makefile
parentdac3654e2d89d43807e7b8e4b9da86ae1d33fe2b (diff)
Unit/regression test for TLS heartbeats.
Regression test against CVE-2014-0160 (Heartbleed). More info: http://mike-bland.com/tags/heartbleed.html (based on commit 35cb55988b75573105eefd00d27d0138eebe40b1)
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 debe07405b..0045d89830 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
+TEST=ssltest.c heartbeat_test.c
APPS=
LIB=$(TOP)/libssl.a