| Index: crypto/ec_signature_creator_impl.h
|
| diff --git a/crypto/ec_signature_creator_impl.h b/crypto/ec_signature_creator_impl.h
|
| index f8baf861bc8bccebb8bdd4091bcdfb84967af9c9..553d58faa7b2fa2fd3f8aac8237eff5712566f20 100644
|
| --- a/crypto/ec_signature_creator_impl.h
|
| +++ b/crypto/ec_signature_creator_impl.h
|
| @@ -19,6 +19,9 @@ class ECSignatureCreatorImpl : public ECSignatureCreator {
|
| int data_len,
|
| std::vector<uint8>* signature) OVERRIDE;
|
|
|
| + virtual bool DecodeSignature(const std::vector<uint8>& der_sig,
|
| + std::string* out_raw_sig);
|
| +
|
| private:
|
| ECPrivateKey* key_;
|
|
|
|
|