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

Unified Diff: content/child/webcrypto/openssl/util_openssl.cc

Issue 353043005: [webcrypto] Wire up {spki, pkcs8} import/export for OpenSSL. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase on top of https://codereview.chromium.org/379383002/ Created 6 years, 5 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
Index: content/child/webcrypto/openssl/util_openssl.cc
diff --git a/content/child/webcrypto/openssl/util_openssl.cc b/content/child/webcrypto/openssl/util_openssl.cc
index 110057e884e1181f42a4cf76ab4d3453fd1cbf53..c00a8d9ebaac434228e92eb07c6c69b770d3f967 100644
--- a/content/child/webcrypto/openssl/util_openssl.cc
+++ b/content/child/webcrypto/openssl/util_openssl.cc
@@ -38,11 +38,6 @@ AlgorithmImplementation* CreatePlatformRsaOaepImplementation() {
return NULL;
}
-AlgorithmImplementation* CreatePlatformRsaSsaImplementation() {
- // TODO(eroman):
- return NULL;
-}
-
} // namespace webcrypto
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698