1
0
mirror of https://github.com/danog/tgseclib.git synced 2024-11-27 04:34:45 +01:00

Tests/RSA: fix bad merge

This commit is contained in:
terrafrost 2016-04-03 22:07:49 -05:00
parent 9cf93a02b3
commit 383bceb1a9

View File

@ -350,7 +350,6 @@ Z2sKniRCcDT1ZP4=
$this->assertTrue($result);
}
<<<<<<< HEAD
public function testPKCS1EncryptionChange()
{
$rsa = new RSA();
@ -536,3 +535,4 @@ Private-MAC: 35134b7434bf828b21404099861d455e660e8740';
$rsa->load($rsa);
}
}