diff options
author | jmg <jmg@FreeBSD.org> | 2015-03-22 09:49:26 +0800 |
---|---|---|
committer | jmg <jmg@FreeBSD.org> | 2015-03-22 09:49:26 +0800 |
commit | e2fabc2f446f72ba5bf779e5ee71d772c4c9805d (patch) | |
tree | c1c33d2af8d431ce266799d7822790052073247f /security/Makefile | |
parent | 1c2cfac426c47520aa6414c0069b7f67e5b95b18 (diff) | |
download | freebsd-ports-gnome-e2fabc2f446f72ba5bf779e5ee71d772c4c9805d.tar.gz freebsd-ports-gnome-e2fabc2f446f72ba5bf779e5ee71d772c4c9805d.tar.zst freebsd-ports-gnome-e2fabc2f446f72ba5bf779e5ee71d772c4c9805d.zip |
Add port to install various NIST KAT files. These are used by the
tests in tests/sys/opencrypto to validate parts of the OpenCrypto
subsystem...
Sponsored by: The FreeBSD Foundation
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D2064
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index c91b7f0b2905..de9fd1961ab6 100644 --- a/security/Makefile +++ b/security/Makefile @@ -354,6 +354,7 @@ SUBDIR += netpgp SUBDIR += nettle SUBDIR += nikto + SUBDIR += nist-kat SUBDIR += nmap SUBDIR += nmapsi4 SUBDIR += nss |