From 5ae152551188876ef136c83ff41192e44c2e99b7 Mon Sep 17 00:00:00 2001 From: terrafrost Date: Thu, 22 Feb 2024 08:58:13 -0600 Subject: [PATCH] ... --- tests/MCryptCompatTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/MCryptCompatTest.php b/tests/MCryptCompatTest.php index cb7534e..f52a6ba 100644 --- a/tests/MCryptCompatTest.php +++ b/tests/MCryptCompatTest.php @@ -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;