diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2014-05-25 17:29:52 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2014-05-25 17:29:52 +0000 |
commit | 082a67e610a15e32ec950c7e9c94c44a272b916f (patch) | |
tree | 6f8f0c60a19458d28bfd21bb35a2251257fa0a37 /lib/libssl/ssl/Makefile | |
parent | fe639c7adc644bc27279a1108d87d8ebe5ed62f7 (diff) |
define LIBRESSL_INTERNAL, and use it to hide the bad stuff from ourselves
ok beck
Diffstat (limited to 'lib/libssl/ssl/Makefile')
-rw-r--r-- | lib/libssl/ssl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libssl/ssl/Makefile b/lib/libssl/ssl/Makefile index 10f6a5eff04..2fa9507d6cb 100644 --- a/lib/libssl/ssl/Makefile +++ b/lib/libssl/ssl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.44 2014/05/18 11:20:08 miod Exp $ +# $OpenBSD: Makefile,v 1.45 2014/05/25 17:29:51 tedu Exp $ LIB= ssl @@ -10,6 +10,7 @@ CFLAGS+= -Wall .if ${COMPILER_VERSION:L} != "gcc3" CFLAGS+= -Werror .endif +CFLAGS+= -DLIBRESSL_INTERNAL CFLAGS+= -DTERMIOS -DANSI_SOURCE CFLAGS+= -DOPENSSL_NO_RC5 -DOPENSSL_NO_KRB5 CFLAGS+= -I${SSL_SRC} |