diff options
author | petef <petef@FreeBSD.org> | 2002-01-26 03:01:41 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2002-01-26 03:01:41 +0000 |
commit | d23fff08f6cca39efbf89ea3c16f24dfc1007d9c (patch) | |
tree | e200cf6b05bb4451caf098491a1921d56557d02e /security/Makefile | |
parent | 8e87b7fdb872b59a9a8bf3b952ce9c9d2ed72f4f (diff) | |
download | FreeBSD-ports-d23fff08f6cca39efbf89ea3c16f24dfc1007d9c.zip FreeBSD-ports-d23fff08f6cca39efbf89ea3c16f24dfc1007d9c.tar.gz |
Add p5-Crypt-OTP 1.03, perl implementation of the One Time Pad
(hence, OTP) encryption method.
PR: 33362
Submitted by: Seamus Venasse <svenasse@polaris.ca>
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index a58191e..8fe38db 100644 --- a/security/Makefile +++ b/security/Makefile @@ -126,6 +126,7 @@ SUBDIR += p5-Crypt-ECB SUBDIR += p5-Crypt-HCE_SHA SUBDIR += p5-Crypt-IDEA + SUBDIR += p5-Crypt-OTP SUBDIR += p5-Crypt-OpenPGP SUBDIR += p5-Crypt-OpenSSL-RSA SUBDIR += p5-Crypt-OpenSSL-Random |