Index: crypto/rsa_private_key.h |
diff --git a/crypto/rsa_private_key.h b/crypto/rsa_private_key.h |
index 9703334b504d71cf0860159dbada81123bdc568d..d4808f5aaef0f495bf09cba460c4e14b04bac2a6 100644 |
--- a/crypto/rsa_private_key.h |
+++ b/crypto/rsa_private_key.h |
@@ -200,7 +200,7 @@ class CRYPTO_EXPORT RSAPrivateKey { |
// Creates a copy of the object. |
RSAPrivateKey* Copy() const; |
- // Exports the private key to a PKCS #1 PrivateKey block. |
+ // Exports the private key to a PKCS #8 PrivateKeyInfo block. |
bool ExportPrivateKey(std::vector<uint8_t>* output) const; |
// Exports the public key to an X509 SubjectPublicKeyInfo block. |