From 19853ce387c62b220b90019674251b334b823823 Mon Sep 17 00:00:00 2001 From: lloyd Date: Thu, 4 Mar 2010 17:44:07 +0000 Subject: Remove IF_Scheme_PrivateKey::PKCS8_load_hook --- src/pubkey/if_algo/if_algo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/pubkey/if_algo/if_algo.h') diff --git a/src/pubkey/if_algo/if_algo.h b/src/pubkey/if_algo/if_algo.h index 01e370854..cbcdb9c5c 100644 --- a/src/pubkey/if_algo/if_algo.h +++ b/src/pubkey/if_algo/if_algo.h @@ -68,7 +68,8 @@ class BOTAN_DLL IF_Scheme_PrivateKey : public virtual IF_Scheme_PublicKey, const BigInt& exp, const BigInt& d_exp, const BigInt& mod); - IF_Scheme_PrivateKey(const AlgorithmIdentifier& alg_id, + IF_Scheme_PrivateKey(RandomNumberGenerator& rng, + const AlgorithmIdentifier& alg_id, const MemoryRegion& key_bits); bool check_key(RandomNumberGenerator& rng, bool) const; @@ -96,7 +97,6 @@ class BOTAN_DLL IF_Scheme_PrivateKey : public virtual IF_Scheme_PublicKey, protected: IF_Scheme_PrivateKey() {} - void PKCS8_load_hook(RandomNumberGenerator&, bool = false); BigInt d, p, q, d1, d2, c; }; -- cgit v1.2.3