mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-19 11:45:10 +00:00
Merge branch 'rsa-pkcs8-fix-2.0-2' into 2.0
This commit is contained in:
commit
b95504ac8f
@ -188,7 +188,7 @@ class RSA
|
|||||||
/**
|
/**
|
||||||
* PKCS#8 formatted private key
|
* PKCS#8 formatted private key
|
||||||
*/
|
*/
|
||||||
const PRIVATE_FORMAT_PKCS8 = 3;
|
const PRIVATE_FORMAT_PKCS8 = 8;
|
||||||
/**#@-*/
|
/**#@-*/
|
||||||
|
|
||||||
/**#@+
|
/**#@+
|
||||||
|
Loading…
Reference in New Issue
Block a user