diff options
author | heinz <heinz> | 2003-12-03 22:10:36 +0000 |
---|---|---|
committer | heinz <heinz> | 2003-12-03 22:10:36 +0000 |
commit | 9627619ca6674437aed7bbe356dd355bd5dec57f (patch) | |
tree | b58c949448e6b170d0b2c1e6217fb04e0e5241c0 /security | |
parent | 0ed88f55a61f546059e667223af9fc0adafd0c97 (diff) | |
download | pkgsrc-9627619ca6674437aed7bbe356dd355bd5dec57f.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 |