Index: net/android/keystore.h |
diff --git a/net/android/keystore.h b/net/android/keystore.h |
index f14fa872eddb1685d5b83c1408ab591a23c5b7c4..ac3babe2a2a5b23605872c078864d124911a187b 100644 |
--- a/net/android/keystore.h |
+++ b/net/android/keystore.h |
@@ -108,6 +108,8 @@ NET_EXPORT PrivateKeyType GetPrivateKeyType(jobject private_key); |
// the returned key's reference count. |
EVP_PKEY* GetOpenSSLSystemHandleForPrivateKey(jobject private_key); |
+NET_EXPORT void ReleaseKey(jobject private_key); |
+ |
// Register JNI methods |
NET_EXPORT bool RegisterKeyStore(JNIEnv* env); |