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
This commit is contained in:
John Baldwin 2018-11-01 21:25:26 +00:00
parent 5ae9f69896
commit 921540789b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=340018

View File

@ -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