summaryrefslogtreecommitdiffstats
path: root/lib/libssl/ssl
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2014-04-10 20:00:27 +0000
committerderaadt <deraadt@openbsd.org>2014-04-10 20:00:27 +0000
commit865d24bbc5f270a95873fc0162aea7780237ff34 (patch)
treefbcf410b7b5283bb29aedf350b3e6782a5da1be3 /lib/libssl/ssl
parentPiotr Sikora pointed me at a more refined diff for the buffer release (diff)
downloadwireguard-openbsd-865d24bbc5f270a95873fc0162aea7780237ff34.tar.xz
wireguard-openbsd-865d24bbc5f270a95873fc0162aea7780237ff34.zip
oops, typo, spotted by Matthias Scheler
Diffstat (limited to 'lib/libssl/ssl')
-rw-r--r--lib/libssl/ssl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/ssl/Makefile b/lib/libssl/ssl/Makefile
index 194f1a3a74f..edc8b1ac6d0 100644
--- a/lib/libssl/ssl/Makefile
+++ b/lib/libssl/ssl/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.29 2014/04/10 18:09:08 deraadt Exp $
+# $OpenBSD: Makefile,v 1.30 2014/04/10 20:00:27 deraadt Exp $
LIB= ssl
@@ -9,7 +9,7 @@ LSSL_SRC= ${.CURDIR}/../${SSLEAYDIST}/ssl
CFLAGS+= -DTERMIOS -DANSI_SOURCE
CFLAGS+= -DOPENSSL_NO_RC5 -DOPENSSL_NO_KRB5
CFLAGS+= -DOPENSSL_NO_SSL2
-CFLAGS+= -DOPENSSL_NO_BUF_FREELISTS -DOPENSSL_NO_HEARTBEAT
+CFLAGS+= -DOPENSSL_NO_BUF_FREELISTS -DOPENSSL_NO_HEARTBEATS
CFLAGS+= -I${.CURDIR}/../${SSLEAYDIST} -I${.CURDIR}/../${SSLEAYDIST}/crypto
SRCS=\