| Index: crypto/ec_private_key_openssl.cc
|
| diff --git a/crypto/ec_private_key_openssl.cc b/crypto/ec_private_key_openssl.cc
|
| index 40e6f04533eba4d23996d34ebb13c4acabc12dc0..2f60fcb0c6857106337a4b99f57a7a8a2f721fa5 100644
|
| --- a/crypto/ec_private_key_openssl.cc
|
| +++ b/crypto/ec_private_key_openssl.cc
|
| @@ -11,6 +11,11 @@ namespace crypto {
|
| ECPrivateKey::~ECPrivateKey() {}
|
|
|
| // static
|
| +bool ECPrivateKey::IsSupported() {
|
| + return false;
|
| +}
|
| +
|
| +// static
|
| ECPrivateKey* ECPrivateKey::Create() {
|
| NOTIMPLEMENTED();
|
| return NULL;
|
|
|