Subject: | Spelling error in pod |
Hi,
Debian tool (lintian) reported a little spelling error joined in this patch.
Xavier
Subject: | crypt-rijndael.patch |
--- libcrypt-rijndael-perl-1.10.orig/Rijndael.pm
+++ libcrypt-rijndael-perl-1.10/Rijndael.pm
@@ -61,7 +61,7 @@ codebook mode, the default), C<MODE_CBC>
same that C<Crypt::CBC> does), C<MODE_CFB> (128-bit cipher feedback),
C<MODE_OFB> (128-bit output feedback), or C<MODE_CTR> (counter mode).
-ECB mode is very insecure (read a book on cryptography if you dont
+ECB mode is very insecure (read a book on cryptography if you don't
know why!), so you should probably use CBC mode.
=item $cipher->set_iv($iv)