Skip to content

Commit 1ed2db4

Browse files
theodorejbterrafrost
authored andcommitted
Fix inconsistent switch case syntax
1 parent f61ab08 commit 1ed2db4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mcrypt.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ function phpseclib_mcrypt_enc_get_modes_name(Base $td)
585585
$mode = $td->getMode();
586586
switch ($mode) {
587587
case 'cfb':
588-
case 'ofb';
588+
case 'ofb':
589589
return 'n' . strtoupper($mode);
590590
case 'cfb8':
591591
case 'ofb8':

0 commit comments

Comments
 (0)