mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-17 18:55:13 +00:00
Tests/X509: update unit test for 2.0
This commit is contained in:
parent
6f0e3d22d6
commit
0cdae704b6
@ -806,7 +806,7 @@ ut3+b2Xvzq8yzmHMFtLIJ6Afu1jJpqD82BUAFcvi5vhnP8M7b974R18WCOpgNQvXDI+2/8ZINeU=
|
||||
$a = 'da7e705569d4196cd49cf3b3d92cd435ca34ccbe';
|
||||
$a = pack('H*', $a);
|
||||
|
||||
$x509 = new File_X509();
|
||||
$x509 = new X509();
|
||||
$r = $x509->loadX509($a);
|
||||
|
||||
$this->assertFalse($r);
|
||||
|
Loading…
Reference in New Issue
Block a user