From e00227828d80f9c9a17ef236586211faa01e4193 Mon Sep 17 00:00:00 2001 From: lloyd Date: Wed, 6 Sep 2006 19:48:09 +0000 Subject: Split PK_Key into Public_Key and Private_Key; these new classes merge in the interfaces previously included in X509_PublicKey and PKCS8_PrivateKey. --- include/elgamal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/elgamal.h') 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() {} }; -- cgit v1.2.3