RSA: fix issue with loading PKCS8 specific keys

This commit is contained in:
terrafrost 2015-11-09 22:53:50 -06:00
parent e8d75b2e8d
commit 7339112e10

View File

@ -209,7 +209,7 @@ define('CRYPT_RSA_PRIVATE_FORMAT_XML', 2);
/**
* PKCS#8 formatted private key
*/
define('CRYPT_RSA_PRIVATE_FORMAT_PKCS8', 3);
define('CRYPT_RSA_PRIVATE_FORMAT_PKCS8', 8);
/**#@-*/
/**#@+