diff options
author | 2014-04-10 20:00:27 +0000 | |
---|---|---|
committer | 2014-04-10 20:00:27 +0000 | |
commit | 865d24bbc5f270a95873fc0162aea7780237ff34 (patch) | |
tree | fbcf410b7b5283bb29aedf350b3e6782a5da1be3 /lib/libssl/ssl | |
parent | Piotr Sikora pointed me at a more refined diff for the buffer release (diff) | |
download | wireguard-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/Makefile | 4 |
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=\ |