svn commit: r342748 - stable/12/tools/tools/crypto
John Baldwin
jhb at FreeBSD.org
Thu Jan 3 22:51:15 UTC 2019
Author: jhb
Date: Thu Jan 3 22:51:14 2019
New Revision: 342748
URL: https://svnweb.freebsd.org/changeset/base/342748
Log:
MFC 340018: Compile cryptocheck with in-tree openssl again.
Modified:
stable/12/tools/tools/crypto/Makefile
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/tools/tools/crypto/Makefile
==============================================================================
--- stable/12/tools/tools/crypto/Makefile Thu Jan 3 22:49:11 2019 (r342747)
+++ stable/12/tools/tools/crypto/Makefile Thu Jan 3 22:51:14 2019 (r342748)
@@ -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-stable-12
mailing list