svn commit: r340018 - head/tools/tools/crypto

John Baldwin jhb at FreeBSD.org
Thu Nov 1 21:25:27 UTC 2018


Author: jhb
Date: Thu Nov  1 21:25:26 2018
New Revision: 340018
URL: https://svnweb.freebsd.org/changeset/base/340018

Log:
  Compile cryptocheck with in-tree openssl again.
  
  Reviewed by:	cem
  MFC after:	2 months
  Sponsored by:	Chelsio Communications
  Differential Revision:	https://reviews.freebsd.org/D17767

Modified:
  head/tools/tools/crypto/Makefile

Modified: head/tools/tools/crypto/Makefile
==============================================================================
--- head/tools/tools/crypto/Makefile	Thu Nov  1 20:42:54 2018	(r340017)
+++ head/tools/tools/crypto/Makefile	Thu Nov  1 21:25:26 2018	(r340018)
@@ -32,10 +32,7 @@ MAN=
 BINDIR?=	/usr/local/bin
 
 # cryptocheck: test symmetric crypto functions
-# Use openssl from ports for Blake2 algorithms
-CFLAGS.cryptocheck.c+=	$$(pkg-config --cflags openssl)
-LDFLAGS.cryptocheck+=	$$(pkg-config --libs openssl)
-LIBADD.cryptocheck+=	util
+LIBADD.cryptocheck+=	crypto util
 
 # cryptokeytest: test asymmetric crypto functions
 LIBADD.cryptokeytest+=	crypto


More information about the svn-src-all mailing list