aboutsummaryrefslogtreecommitdiffstats
path: root/include/elgamal.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/elgamal.h')
-rw-r--r--include/elgamal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/elgamal.h b/include/elgamal.h
index 3731e8f1b..f3ba15bba 100644
--- a/include/elgamal.h
+++ b/include/elgamal.h
@@ -50,7 +50,7 @@ class ElGamal_PrivateKey : public ElGamal_PublicKey,
ElGamal_PrivateKey(const DL_Group&, const BigInt&, const BigInt& = 0);
private:
friend PKCS8_PrivateKey* get_private_key(const std::string&);
- void PKCS8_load_hook();
+ void PKCS8_load_hook(bool = false);
ElGamal_PrivateKey() {}
};