summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorKarel Miko <karel.miko@gmail.com>2018-10-29 09:36:10 +0100
committerKarel Miko <karel.miko@gmail.com>2018-10-29 09:36:10 +0100
commite8337f2763c63de22163a6f941edd71f8edceda9 (patch)
tree3e36cc421dabc3ccbfc39ef392eca78754f44eb8 /t
parent5bb0b129fa012f67b2ef71bf5415300a9a39d4c2 (diff)
cosmetics in cipher_des_ede.t
Diffstat (limited to 't')
-rw-r--r--t/cipher_des_ede.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/cipher_des_ede.t b/t/cipher_des_ede.t
index b8134db9..9730400a 100644
--- a/t/cipher_des_ede.t
+++ b/t/cipher_des_ede.t
@@ -20,7 +20,7 @@ is( Crypt::Cipher::DES_EDE->max_keysize, 24, '->max_keysize');
is( Crypt::Cipher::DES_EDE->min_keysize, 16, '->min_keysize');
is( Crypt::Cipher::DES_EDE->default_rounds, 16, '->default_rounds');
-my $min_key = 'kkkkkkkkkkkkkkkkkkkkkkkk';
+my $min_key = 'kkkkkkkkkkkkkkkk';
my $max_key = 'KKKKKKKKKKKKKKKKKKKKKKKK';
is( Crypt::Cipher::blocksize('DES_EDE'), 8, 'Cipher->blocksize');