diff options
author | heinz <heinz@pkgsrc.org> | 2003-12-03 22:10:36 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2003-12-03 22:10:36 +0000 |
commit | c74b537b8fd8c7e56b228e394386f029ec5f65fe (patch) | |
tree | b58c949448e6b170d0b2c1e6217fb04e0e5241c0 /security | |
parent | 31e79c396535bad3294d8e289c48d640ee5e697b (diff) | |
download | pkgsrc-c74b537b8fd8c7e56b228e394386f029ec5f65fe.tar.gz |
Add p5-Crypt-OpenSSL-Bignum, p5-Crypt-OpenSSL-DSA, p5-Crypt-OpenSSL-Random, p5-Crypt-OpenSSL-RSA
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index cd917da0e1c..584035a5c93 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.144 2003/12/03 19:54:45 heinz Exp $ +# $NetBSD: Makefile,v 1.145 2003/12/03 22:10:36 heinz Exp $ # COMMENT= Security tools @@ -80,6 +80,10 @@ SUBDIR+= p5-Crypt-DES_EDE3 SUBDIR+= p5-Crypt-DSA SUBDIR+= p5-Crypt-IDEA SUBDIR+= p5-Crypt-OpenPGP +SUBDIR+= p5-Crypt-OpenSSL-Bignum +SUBDIR+= p5-Crypt-OpenSSL-DSA +SUBDIR+= p5-Crypt-OpenSSL-Random +SUBDIR+= p5-Crypt-OpenSSL-RSA SUBDIR+= p5-Crypt-Primes SUBDIR+= p5-Crypt-RIPEMD160 SUBDIR+= p5-Crypt-RSA |