From 2aeec0c46f3f55399113c3f9ab01ac2d3349fd18 Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Thu, 20 Sep 2018 00:17:41 +0000 Subject: [PATCH] Remove an obsolete compiler option. --- secure/lib/libcrypto/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile index 4f6dd86dda71..f8fbfb9f24b9 100644 --- a/secure/lib/libcrypto/Makefile +++ b/secure/lib/libcrypto/Makefile @@ -337,8 +337,6 @@ INCS+= x509v3.h x509v3err.h INCSDIR= ${INCLUDEDIR}/openssl -CSTD= gnu89 - CFLAGS+= -I${LCRYPTO_SRC}/crypto/ec/curve448 CFLAGS+= -I${LCRYPTO_SRC}/crypto/ec/curve448/arch_32 CFLAGS+= -I${LCRYPTO_SRC}/crypto/modes