diff options
| author | tedu <> | 2014-04-10 18:03:44 +0000 |
|---|---|---|
| committer | tedu <> | 2014-04-10 18:03:44 +0000 |
| commit | dd6008ac7699cfcbe2fef6fb74ae5f6e08393dc4 (patch) | |
| tree | 926cacda389008f27a8041410a3e450fec1233a8 /src | |
| parent | 388d07a6a01c3696ac1ff2c870895c8e26317c69 (diff) | |
| download | openbsd-dd6008ac7699cfcbe2fef6fb74ae5f6e08393dc4.tar.gz openbsd-dd6008ac7699cfcbe2fef6fb74ae5f6e08393dc4.tar.bz2 openbsd-dd6008ac7699cfcbe2fef6fb74ae5f6e08393dc4.zip | |
disable buf freelists. we'll see what happens next.
ok deraadt
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libssl/ssl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libssl/ssl/Makefile b/src/lib/libssl/ssl/Makefile index 15b761c9a8..ff511eb339 100644 --- a/src/lib/libssl/ssl/Makefile +++ b/src/lib/libssl/ssl/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.27 2013/02/14 15:11:44 markus Exp $ | 1 | # $OpenBSD: Makefile,v 1.28 2014/04/10 18:03:44 tedu Exp $ |
| 2 | 2 | ||
| 3 | LIB= ssl | 3 | LIB= ssl |
| 4 | 4 | ||
| @@ -9,6 +9,7 @@ LSSL_SRC= ${.CURDIR}/../${SSLEAYDIST}/ssl | |||
| 9 | CFLAGS+= -DTERMIOS -DANSI_SOURCE | 9 | CFLAGS+= -DTERMIOS -DANSI_SOURCE |
| 10 | CFLAGS+= -DOPENSSL_NO_RC5 -DOPENSSL_NO_KRB5 | 10 | CFLAGS+= -DOPENSSL_NO_RC5 -DOPENSSL_NO_KRB5 |
| 11 | CFLAGS+= -DOPENSSL_NO_SSL2 | 11 | CFLAGS+= -DOPENSSL_NO_SSL2 |
| 12 | CFLAGS+= -DOPENSSL_NO_BUF_FREELISTS | ||
| 12 | CFLAGS+= -I${.CURDIR}/../${SSLEAYDIST} -I${.CURDIR}/../${SSLEAYDIST}/crypto | 13 | CFLAGS+= -I${.CURDIR}/../${SSLEAYDIST} -I${.CURDIR}/../${SSLEAYDIST}/crypto |
| 13 | 14 | ||
| 14 | SRCS=\ | 15 | SRCS=\ |
