| Index: crypto/ec_private_key_openssl.cc
|
| diff --git a/crypto/ec_private_key_openssl.cc b/crypto/ec_private_key_openssl.cc
|
| index 1a060283892296079e6ba7d338c914d5839cd702..9836fa69c5d38f79dbdd91d36f9ea035edc2b5f9 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);
|
|
|
|
|