mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Remove references to cryptotest
This commit is contained in:
parent
d3b68bf14c
commit
e6fb5181c4
1 changed files with 1 additions and 5 deletions
|
|
@ -25,16 +25,12 @@
|
|||
# SUCH DAMAGE.
|
||||
#
|
||||
|
||||
ALL= cryptotest cryptokeytest cryptostats \
|
||||
ALL= cryptokeytest cryptostats \
|
||||
ubsecstats hifnstats ipsecstats safestats
|
||||
BINDIR= /usr/local/bin
|
||||
|
||||
all: ${ALL}
|
||||
|
||||
# program to test symmetric crypto functions
|
||||
cryptotest: cryptotest.c
|
||||
${CC} -o cryptotest cryptotest.c
|
||||
|
||||
# program to test asymmetric crypto functions
|
||||
cryptokeytest: cryptokeytest.c
|
||||
${CC} -o cryptokeytest cryptokeytest.c -lcrypto
|
||||
|
|
|
|||
Loading…
Reference in a new issue