aboutsummaryrefslogtreecommitdiff
path: root/security/Makefile
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2001-09-12 01:12:03 +0000
committerMichael Haro <mharo@FreeBSD.org>2001-09-12 01:12:03 +0000
commit5d2bd16a1cc0abe2ff54f90c8a8538169b0f2d79 (patch)
treee8b77a4fa4fd0e0d19ef3cfab59a3b9fdd6af364 /security/Makefile
parent5bae66dd189f204a8b62a66e0cc7210b52154711 (diff)
downloadports-5d2bd16a1cc0abe2ff54f90c8a8538169b0f2d79.tar.gz
ports-5d2bd16a1cc0abe2ff54f90c8a8538169b0f2d79.zip
Crypt::RSA is a pure-perl, cleanroom implementation of the RSA public-key
cryptosystem. It uses Math::Pari(3), a perl interface to the blazingly fast PARI library, for big integer arithmetic and number theoretic computations.
Notes
Notes: svn path=/head/; revision=47727
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 65772a03b743..27df4f4f6142 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -118,6 +118,7 @@
SUBDIR += p5-Crypt-OpenSSL-RSA
SUBDIR += p5-Crypt-OpenSSL-Random
SUBDIR += p5-Crypt-Primes
+ SUBDIR += p5-Crypt-RSA
SUBDIR += p5-Crypt-Random
SUBDIR += p5-Crypt-Rijndael
SUBDIR += p5-Crypt-SSLeay