svn commit: r338880 - projects/openssl111/secure/lib/libcrypto

Jung-uk Kim jkim at FreeBSD.org
Sat Sep 22 04:32:45 UTC 2018


Author: jkim
Date: Sat Sep 22 04:32:44 2018
New Revision: 338880
URL: https://svnweb.freebsd.org/changeset/base/338880

Log:
  Add another include directory for aarch64 and arm.

Modified:
  projects/openssl111/secure/lib/libcrypto/Makefile

Modified: projects/openssl111/secure/lib/libcrypto/Makefile
==============================================================================
--- projects/openssl111/secure/lib/libcrypto/Makefile	Sat Sep 22 03:54:40 2018	(r338879)
+++ projects/openssl111/secure/lib/libcrypto/Makefile	Sat Sep 22 04:32:44 2018	(r338880)
@@ -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


More information about the svn-src-projects mailing list