svn commit: r312172 - projects/netbsd-tests-upstream-01-2017/lib/libc/tests/hash

Ngie Cooper ngie at FreeBSD.org
Sat Jan 14 12:55:34 UTC 2017


Author: ngie
Date: Sat Jan 14 12:55:32 2017
New Revision: 312172
URL: https://svnweb.freebsd.org/changeset/base/312172

Log:
  Remove CFLAGS for sha2_test
  
  The previous code used to grab definitions from these openssl/openssh,
  but this is no longer needed and is no longer correct. libnetbsd
  provides all of the needed definitions
  
  libnetbsd is added to CFLAGS automatically via netbsd-tests.test.mk --
  hence all of CFLAGS can be cleared

Modified:
  projects/netbsd-tests-upstream-01-2017/lib/libc/tests/hash/Makefile

Modified: projects/netbsd-tests-upstream-01-2017/lib/libc/tests/hash/Makefile
==============================================================================
--- projects/netbsd-tests-upstream-01-2017/lib/libc/tests/hash/Makefile	Sat Jan 14 11:27:11 2017	(r312171)
+++ projects/netbsd-tests-upstream-01-2017/lib/libc/tests/hash/Makefile	Sat Jan 14 12:55:32 2017	(r312172)
@@ -33,8 +33,6 @@ LIBADD+=		md
 LIBADD.sha2_test+=	crypto
 
 CFLAGS.h_hash+=		-I${SRCTOP}/lib/libnetbsd
-CFLAGS.sha2_test+=	-I${SRCTOP}/crypto/openssh/openbsd-compat
-CFLAGS.sha2_test+=	-I${SRCTOP}/crypto/openssh
 
 .include "../Makefile.netbsd-tests"
 


More information about the svn-src-projects mailing list