mirror of
https://github.com/danog/phpseclib.git
synced 2024-11-27 04:46:26 +01:00
Tests/RSA: update unit test to work on 2.0 branch
This commit is contained in:
parent
b08f17f514
commit
9ce8a39204
@ -68,7 +68,7 @@ p0GbMJDyR4e9T04ZZwIDAQAB
|
||||
{
|
||||
$plaintext = 'a';
|
||||
|
||||
$rsa = new Crypt_RSA();
|
||||
$rsa = new RSA();
|
||||
|
||||
$privatekey = '-----BEGIN RSA PRIVATE KEY-----
|
||||
MIICXAIBAAKBgQCqGKukO1De7zhZj6+H0qtjTkVxwTCpvKe4eCZ0FPqri0cb2JZfXJ/DgYSF6vUp
|
||||
|
Loading…
Reference in New Issue
Block a user