Merge branch 'rsa-pkcs8-fix-2.0-2' into 2.0

This commit is contained in:
terrafrost 2015-12-14 11:02:49 -06:00
commit b95504ac8f

View File

@ -188,7 +188,7 @@ class RSA
/**
* PKCS#8 formatted private key
*/
const PRIVATE_FORMAT_PKCS8 = 3;
const PRIVATE_FORMAT_PKCS8 = 8;
/**#@-*/
/**#@+