From 753bdc7e67a642d8073b20adc8d20dc984cf6c59 Mon Sep 17 00:00:00 2001 From: beck <> Date: Thu, 29 May 2014 18:15:21 +0000 Subject: define -DLIBRESSL_INTERNAL in here so we don't use nasties ok deraadt@ --- src/usr.sbin/openssl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/usr.sbin/openssl/Makefile b/src/usr.sbin/openssl/Makefile index 5fcec87a32..1cb079571f 100644 --- a/src/usr.sbin/openssl/Makefile +++ b/src/usr.sbin/openssl/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.28 2014/04/25 04:10:26 jsing Exp $ +# $OpenBSD: Makefile,v 1.29 2014/05/29 18:15:21 beck Exp $ PROG= openssl LDADD= -lssl -lcrypto MAN1= openssl.1 CFLAGS+= -Wall -CFLAGS+= -DOPENSSL_NO_RC5 +CFLAGS+= -DOPENSSL_NO_RC5 -DLIBRESSL_INTERNAL SRCS= verify.c asn1pars.c req.c dgst.c dh.c enc.c passwd.c gendh.c errstr.c \ pkcs7.c crl2p7.c crl.c ca.c \ -- cgit v1.2.3-55-g6feb