Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
terrafrost committed Feb 22, 2024
1 parent 3cc3d1d commit a7cba67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/MCryptCompatTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,7 @@ public function testOldMcryptNoIV()

$result = @phpseclib_mcrypt_helper_old('rijndael-128', $key, $data, 'cbc', $iv, 'encrypt');

$this->assertEquals('69c48f0bce2c81abd64bbab839080574', bin2hex($compat));
$this->assertEquals('69c48f0bce2c81abd64bbab839080574', bin2hex($result));
}

public function testOldMcryptShortIVWarning()
Expand Down

0 comments on commit a7cba67

Please sign in to comment.