aboutsummaryrefslogtreecommitdiff
path: root/security/Makefile
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2005-12-18 21:55:15 +0000
committerErwin Lansing <erwin@FreeBSD.org>2005-12-18 21:55:15 +0000
commit3a682b1c6de1971cd69dcd7e61045e26c073ddc9 (patch)
tree24a716914b8434d5c8bdea75d4cd84fa39a42a56 /security/Makefile
parent9c4705836ee78753180169ec2192973fca3ebb02 (diff)
downloadports-3a682b1c6de1971cd69dcd7e61045e26c073ddc9.tar.gz
ports-3a682b1c6de1971cd69dcd7e61045e26c073ddc9.zip
Generic CFB implementation in pure Perl. The Cipher Feedback Mode module
constructs a stream cipher from a block cipher or cryptographic hash funtion and returns it as an object. Any block cipher in the Crypt:: class can be used, as long as it supports the blocksize and keysize methods. Any hash function in the Digest:: class can be used, as long as it supports the add method. WWW: http://search.cpan.org/dist/Crypt-CFB PR: ports/90611 Submitted by: Gabor Kovesdan
Notes
Notes: svn path=/head/; revision=151515
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 f5dd240ca28f..158d1d6774db 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -288,6 +288,7 @@
SUBDIR += p5-Crypt-CAST5_PP
SUBDIR += p5-Crypt-CBC
SUBDIR += p5-Crypt-CBCeasy
+ SUBDIR += p5-Crypt-CFB
SUBDIR += p5-Crypt-CipherSaber
SUBDIR += p5-Crypt-Cracklib
SUBDIR += p5-Crypt-Cryptix