summaryrefslogtreecommitdiffstats
path: root/crypto/ec_private_key_openssl.cc
diff options
context:
space:
mode:
authordavidben <davidben@chromium.org>2015-10-15 15:13:22 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-15 22:14:28 +0000
commit24bb5a4b2e4d909c27740c5a12b3e167c49329f2 (patch)
tree493bc7ae973b9de7c1776d7f5f11ac929b8f36d1 /crypto/ec_private_key_openssl.cc
parentc389c80986ff755aad066c9691d6613fd9ae111c (diff)
downloadchromium_src-24bb5a4b2e4d909c27740c5a12b3e167c49329f2.zip
chromium_src-24bb5a4b2e4d909c27740c5a12b3e167c49329f2.tar.gz
chromium_src-24bb5a4b2e4d909c27740c5a12b3e167c49329f2.tar.bz2
Remove crypto::ECPrivateKey::IsSupported.
We no longer need to worry about the system NSS on decrepit Linux distributions. The only platform where ECPrivateKey is backed by NSS is iOS and we control that one. BUG=519504 Review URL: https://codereview.chromium.org/1408813002 Cr-Commit-Position: refs/heads/master@{#354379}
Diffstat (limited to 'crypto/ec_private_key_openssl.cc')
-rw-r--r--crypto/ec_private_key_openssl.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/crypto/ec_private_key_openssl.cc b/crypto/ec_private_key_openssl.cc
index 1a06028..9836fa6 100644
--- a/crypto/ec_private_key_openssl.cc
+++ b/crypto/ec_private_key_openssl.cc
@@ -93,9 +93,6 @@ ECPrivateKey* ECPrivateKey::Copy() const {
}
// static
-bool ECPrivateKey::IsSupported() { return true; }
-
-// static
ECPrivateKey* ECPrivateKey::Create() {
OpenSSLErrStackTracer err_tracer(FROM_HERE);