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 17:39:41 +0100
commit6af080acaf57c74e3cd96642f2900fa602407d10 (patch)
treef36ba934771b1d4d9cf5de18781753edf8d9683b /ssl/Makefile
parent5727e4dab878c06dc7f18855eddb150202dd6b83 (diff)
Unit/regression test for TLS heartbeats.
Regression test against CVE-2014-0160 (Heartbleed). More info: http://mike-bland.com/tags/heartbleed.html
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 0bc71af903..1d74e9accd 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