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 a2985ce commit 5ae1525
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 @@ -860,7 +860,7 @@ public function testOldMcryptShortIV()

public function testOldMcryptNoIV()
{
$key = str_pad($key, $length, "\0");
$key = str_pad('key', $length, "\0");
$data = 'data';
$iv = null;

Expand Down

0 comments on commit 5ae1525

Please sign in to comment.