diff options
| author | tedu <> | 2014-04-16 21:16:33 +0000 |
|---|---|---|
| committer | tedu <> | 2014-04-16 21:16:33 +0000 |
| commit | 9a1c8100cb8cb117eddb7af93d839f1158fba375 (patch) | |
| tree | f3c61e57b00dc4a8b4caebe6fa51b464b6b17779 /src/lib/libssl/ssl | |
| parent | e7892d59587f55067ca2e2bc6fa26cf4bcd6c084 (diff) | |
| download | openbsd-9a1c8100cb8cb117eddb7af93d839f1158fba375.tar.gz openbsd-9a1c8100cb8cb117eddb7af93d839f1158fba375.tar.bz2 openbsd-9a1c8100cb8cb117eddb7af93d839f1158fba375.zip | |
TANSTAAFL - delete the buf freelist code. if you need a better malloc, get
a better malloc. ok beck deraadt
Diffstat (limited to 'src/lib/libssl/ssl')
| -rw-r--r-- | src/lib/libssl/ssl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl/Makefile b/src/lib/libssl/ssl/Makefile index 6c8584e80d..57124e2dc2 100644 --- a/src/lib/libssl/ssl/Makefile +++ b/src/lib/libssl/ssl/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.37 2014/04/16 20:39:09 tedu Exp $ | 1 | # $OpenBSD: Makefile,v 1.38 2014/04/16 21:16:33 tedu Exp $ |
| 2 | 2 | ||
| 3 | LIB= ssl | 3 | LIB= ssl |
| 4 | 4 | ||
| @@ -7,7 +7,6 @@ LSSL_SRC= ${SSL_SRC}/ssl | |||
| 7 | 7 | ||
| 8 | CFLAGS+= -DTERMIOS -DANSI_SOURCE | 8 | CFLAGS+= -DTERMIOS -DANSI_SOURCE |
| 9 | CFLAGS+= -DOPENSSL_NO_RC5 -DOPENSSL_NO_KRB5 | 9 | CFLAGS+= -DOPENSSL_NO_RC5 -DOPENSSL_NO_KRB5 |
| 10 | CFLAGS+= -DOPENSSL_NO_BUF_FREELISTS | ||
| 11 | CFLAGS+= -I${SSL_SRC} | 10 | CFLAGS+= -I${SSL_SRC} |
| 12 | 11 | ||
| 13 | SRCS=\ | 12 | SRCS=\ |
