summaryrefslogtreecommitdiff
path: root/security/Makefile
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2003-09-04 10:58:00 +0000
committerErwin Lansing <erwin@FreeBSD.org>2003-09-04 10:58:00 +0000
commit4f84500517a573926b33c43577cf73d4b7b7e4a2 (patch)
tree0f22114344bd945440090434b93ea6399b058eef /security/Makefile
parentNo longer requires 5.6.1 (diff)
Crypt::OpenSSL::Bignum provides access to OpenSSL
multiprecision integer arithmetic libraries. Presently, many though not all of the arithmetic operations that OpenSSL provides are exposed to perl. In addition, this module can be used to provide access to bignum values produced by other OpenSSL modules, such as key parameters from Crypt::OpenSSL::RSA.
Notes
Notes: svn path=/head/; revision=88511
Diffstat (limited to 'security/Makefile')
-rw-r--r--security/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index 6b255a973423..14fc00e2de1f 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -208,6 +208,7 @@
SUBDIR += p5-Crypt-IDEA
SUBDIR += p5-Crypt-OTP
SUBDIR += p5-Crypt-OpenPGP
+ SUBDIR += p5-Crypt-OpenSSL-Bignum
SUBDIR += p5-Crypt-OpenSSL-DSA
SUBDIR += p5-Crypt-OpenSSL-RSA
SUBDIR += p5-Crypt-OpenSSL-Random