1
0
mirror of https://github.com/danog/phpseclib.git synced 2024-12-15 02:17:04 +01:00

Merge branch '3.0'

This commit is contained in:
terrafrost 2021-01-07 20:36:33 -06:00
commit 9a1c87fbcc

View File

@ -1174,6 +1174,6 @@ qzFkAKWjJj4KjfrbZX4C0Spfxw==
$x509 = new X509(); $x509 = new X509();
$r = $x509->loadX509($a); $r = $x509->loadX509($a);
$this->assertFalse($r); $this->assertIsArray($r);
} }
} }