fix bad merge

This commit is contained in:
terrafrost 2016-08-04 00:59:07 -05:00
parent c547ee16c7
commit 676c1982c7
2 changed files with 3 additions and 7 deletions

View File

@ -245,7 +245,7 @@ class RSA
/**
* Precomputed Zero
*
* @var array
* @var \phpseclib\Math\BigInteger
* @access private
*/
var $zero;
@ -253,7 +253,7 @@ class RSA
/**
* Precomputed One
*
* @var array
* @var \phpseclib\Math\BigInteger
* @access private
*/
var $one;

View File

@ -244,11 +244,7 @@ class X509
/**
* The signature subject
*
<<<<<<< HEAD
* There's no guarantee \phpseclib\File\X509 is going to reencode an X.509 cert in the same way it was originally
=======
* There's no guarantee File_X509 is going to re-encode an X.509 cert in the same way it was originally
>>>>>>> 1.0
* There's no guarantee \phpseclib\File\X509 is going to re-encode an X.509 cert in the same way it was originally
* encoded so we take save the portion of the original cert that the signature would have made for.
*
* @var string