summaryrefslogtreecommitdiffstats
path: root/ssl/Makefile
diff options
context:
space:
mode:
authorMike Bland <mbland@acm.org>2014-04-16 07:21:26 -0400
committerMike Bland <mbland@acm.org>2014-05-18 10:23:59 -0400
commit2312a84ca17c5ac133581552df7024957cf15bc8 (patch)
treea5bb37eb89f83e65ecf1e061be2d6715e1e0ad50 /ssl/Makefile
parenta99d2a22e1f571560c08d2848ad6d9a71f34f662 (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 dc4f74db0d..b1d20b0253 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