From d55590888df352e4aa57d806d92f500ab79a8758 Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Sat, 22 Sep 2018 04:32:44 +0000 Subject: [PATCH] Add another include directory for aarch64 and arm. --- secure/lib/libcrypto/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile index 7cae3238305..172d0af8dcb 100644 --- a/secure/lib/libcrypto/Makefile +++ b/secure/lib/libcrypto/Makefile @@ -408,6 +408,7 @@ INCSDIR= ${INCLUDEDIR}/openssl LIBADD= pthread +CFLAGS+= -I${LCRYPTO_SRC}/crypto CFLAGS+= -I${LCRYPTO_SRC}/crypto/ec/curve448 CFLAGS+= -I${LCRYPTO_SRC}/crypto/ec/curve448/arch_32 CFLAGS+= -I${LCRYPTO_SRC}/crypto/modes -- 2.45.0