diff options
author | pho <pho@pkgsrc.org> | 2020-01-18 15:26:22 +0000 |
---|---|---|
committer | pho <pho@pkgsrc.org> | 2020-01-18 15:26:22 +0000 |
commit | 9765e3bd870753f1ce36fb84dfd1a4a7501b61ae (patch) | |
tree | 03f8955a21d70455acd15a75f6097d29cdd801d4 | |
parent | 406224e296693b85b92301dee9885acb2ac6a30c (diff) | |
download | pkgsrc-9765e3bd870753f1ce36fb84dfd1a4a7501b61ae.tar.gz |
Add hs-cryptohash-sha256
-rw-r--r-- | security/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index afc57836d41..54d0d76f110 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.731 2020/01/17 15:26:16 pho Exp $ +# $NetBSD: Makefile,v 1.732 2020/01/18 15:26:22 pho Exp $ # COMMENT= Security tools @@ -124,6 +124,7 @@ SUBDIR+= hitch SUBDIR+= honeyd SUBDIR+= honeyd-arpd SUBDIR+= hs-SHA +SUBDIR+= hs-cryptohash-sha256 SUBDIR+= hs-cryptonite SUBDIR+= hs-digest SUBDIR+= hs-pem |