Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(97)

Unified Diff: crypto/ec_private_key.h

Issue 1133303003: Add support for crypto::ECPrivateKey::Copy when built with BoringSSL (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: EVP_PKEY_dup -> EVP_PKEY_up_ref Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | crypto/ec_private_key_openssl.cc » ('j') | crypto/ec_private_key_openssl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crypto/ec_private_key.h
diff --git a/crypto/ec_private_key.h b/crypto/ec_private_key.h
index a3d3d1ea02ac33ad9243e62cf9965cdc0a90c1c8..87af838904ae63b09e472f74ee25cd3aaa814b76 100644
--- a/crypto/ec_private_key.h
+++ b/crypto/ec_private_key.h
@@ -66,10 +66,10 @@ class CRYPTO_EXPORT ECPrivateKey {
bool sensitive,
SECKEYPrivateKey** key,
SECKEYPublicKey** public_key);
+#endif
// Returns a copy of the object.
ECPrivateKey* Copy() const;
-#endif
#if defined(USE_OPENSSL)
EVP_PKEY* key() { return key_; }
« no previous file with comments | « no previous file | crypto/ec_private_key_openssl.cc » ('j') | crypto/ec_private_key_openssl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698