Index: crypto/rsa_private_key.h |
diff --git a/crypto/rsa_private_key.h b/crypto/rsa_private_key.h |
index 6b9d9d6800a07f6d3add3d3557cce305fba40690..b15846b29ca6b0e465ba9ec900bd207ccd156536 100644 |
--- a/crypto/rsa_private_key.h |
+++ b/crypto/rsa_private_key.h |
@@ -223,6 +223,9 @@ class CRYPTO_EXPORT RSAPrivateKey { |
CSSM_KEY_PTR public_key() { return &public_key_; } |
#endif |
+ // Creates a copy of the object. |
+ RSAPrivateKey* Copy() const; |
+ |
// Exports the private key to a PKCS #1 PrivateKey block. |
bool ExportPrivateKey(std::vector<uint8>* output); |