diff options
author | pho <pho@pkgsrc.org> | 2020-01-17 12:41:24 +0000 |
---|---|---|
committer | pho <pho@pkgsrc.org> | 2020-01-17 12:41:24 +0000 |
commit | 91d5582b9af1deb2753bf2bacf9b6dabe6126285 (patch) | |
tree | 149388c73afb0059a6176b3f86d1c97028177d11 /security | |
parent | cf6694a508683697d9c85bbb6bba40f7c672ee14 (diff) | |
download | pkgsrc-91d5582b9af1deb2753bf2bacf9b6dabe6126285.tar.gz |
Add hs-x509-store
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index b3b1ae822df..c74519dbeb1 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.726 2020/01/17 00:54:04 pho Exp $ +# $NetBSD: Makefile,v 1.727 2020/01/17 12:41:24 pho Exp $ # COMMENT= Security tools @@ -127,6 +127,7 @@ SUBDIR+= hs-cryptonite SUBDIR+= hs-digest SUBDIR+= hs-pem SUBDIR+= hs-x509 +SUBDIR+= hs-x509-store SUBDIR+= hydan SUBDIR+= hydra SUBDIR+= ike-scan |