svn commit: r338815 - projects/openssl111/secure/lib/libcrypto
Jung-uk Kim
jkim at FreeBSD.org
Thu Sep 20 00:17:42 UTC 2018
Author: jkim
Date: Thu Sep 20 00:17:41 2018
New Revision: 338815
URL: https://svnweb.freebsd.org/changeset/base/338815
Log:
Remove an obsolete compiler option.
Modified:
projects/openssl111/secure/lib/libcrypto/Makefile
Modified: projects/openssl111/secure/lib/libcrypto/Makefile
==============================================================================
--- projects/openssl111/secure/lib/libcrypto/Makefile Wed Sep 19 23:45:18 2018 (r338814)
+++ projects/openssl111/secure/lib/libcrypto/Makefile Thu Sep 20 00:17:41 2018 (r338815)
@@ -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
More information about the svn-src-projects
mailing list