Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Jan 2017 12:55:32 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r312172 - projects/netbsd-tests-upstream-01-2017/lib/libc/tests/hash
Message-ID:  <201701141255.v0ECtW7p061900@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701141255.v0ECtW7p061900>