From cc2b73e7f33aa109d4920aaf5a4130f56285ec86 Mon Sep 17 00:00:00 2001 From: miod <> Date: Fri, 4 Nov 2016 13:57:38 +0000 Subject: No need to reach libssl private headers and to define TERMIOS anymore. ok bcook@ --- src/lib/libcrypto/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index 173198dbab..c85d72bdaf 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2016/10/16 19:28:44 tb Exp $ +# $OpenBSD: Makefile,v 1.9 2016/11/04 13:57:38 miod Exp $ LIB= crypto @@ -7,7 +7,6 @@ PC_FILES=libcrypto.pc CLEANFILES=${PC_FILES} -SSL_SRC= ${.CURDIR}/../libssl LCRYPTO_SRC= ${.CURDIR} CFLAGS+= -Wall -Wundef -Werror @@ -18,11 +17,9 @@ CFLAGS+= -DDSO_DLFCN -DHAVE_DLFCN_H -DHAVE_FUNOPEN .endif CFLAGS+= -DLIBRESSL_INTERNAL -CFLAGS+= -DTERMIOS # Hardware engines CFLAGS+= -DOPENSSL_NO_HW_PADLOCK # XXX enable this? -CFLAGS+= -I${SSL_SRC} CFLAGS+= -I${LCRYPTO_SRC} CFLAGS+= -I${LCRYPTO_SRC}/modes -I${LCRYPTO_SRC}/asn1 -I${LCRYPTO_SRC}/evp -- cgit v1.2.3-55-g6feb