summaryrefslogtreecommitdiff
path: root/pubkey.h
diff options
context:
space:
mode:
Diffstat (limited to 'pubkey.h')
-rw-r--r--pubkey.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pubkey.h b/pubkey.h
index 5cdafa9..0204ba6 100644
--- a/pubkey.h
+++ b/pubkey.h
@@ -807,9 +807,9 @@ public:
void SetPrivateExponent(const Integer &x) {m_x = x;}
// PKCS8PrivateKey
- void BERDecodeKey(BufferedTransformation &bt)
+ void BERDecodePrivateKey(BufferedTransformation &bt, bool, size_t)
{m_x.BERDecode(bt);}
- void DEREncodeKey(BufferedTransformation &bt) const
+ void DEREncodePrivateKey(BufferedTransformation &bt) const
{m_x.DEREncode(bt);}
private: