mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-17 10:45:11 +00:00
fix bad merge
This commit is contained in:
parent
c547ee16c7
commit
676c1982c7
@ -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;
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user