RSA: fix PKCS8 key handling (again)

This commit is contained in:
terrafrost 2015-12-07 23:53:09 -06:00
parent 8eb581a430
commit 1c9ee4ef28

View File

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