| Index: base/crypto/rsa_private_key.h
|
| diff --git a/base/crypto/rsa_private_key.h b/base/crypto/rsa_private_key.h
|
| index 0349ade5429bcd352d8f68bae04359fe19575d2b..4492c3d3f91f83fb75240e5a47abc602a2a43b9f 100644
|
| --- a/base/crypto/rsa_private_key.h
|
| +++ b/base/crypto/rsa_private_key.h
|
| @@ -49,7 +49,9 @@ class PrivateKeyInfoCodec {
|
| // that will be parsed & serialized (modulus(), etc...) during Import(),
|
| // Export() and ExportPublicKeyInfo() -- not the ASN.1 DER encoding of the
|
| // PrivateKeyInfo/PublicKeyInfo (which is always big-endian).
|
| - explicit PrivateKeyInfoCodec(bool big_endian) : big_endian_(big_endian) {}
|
| + explicit PrivateKeyInfoCodec(bool big_endian);
|
| +
|
| + ~PrivateKeyInfoCodec();
|
|
|
| // Exports the contents of the integer components to the ASN.1 DER encoding
|
| // of the PrivateKeyInfo structure to |output|.
|
|
|