diff options
author | lloyd <[email protected]> | 2010-03-04 03:28:48 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-03-04 03:28:48 +0000 |
commit | de89566f633d5ed807ca57a59cc1071f79fdded3 (patch) | |
tree | 4a0109b931df0f28ec01c3ae40b3d3f69543bbd8 /src/pubkey/if_algo/if_algo.h | |
parent | 76f39cc9fe4b2a3354db22f8beaf0c3788578b79 (diff) |
Remove X509_Decoder. Fix GOST-34.10 DER constructor (was default to normal ECC)
Diffstat (limited to 'src/pubkey/if_algo/if_algo.h')
-rw-r--r-- | src/pubkey/if_algo/if_algo.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pubkey/if_algo/if_algo.h b/src/pubkey/if_algo/if_algo.h index fc09f2881..958735c4d 100644 --- a/src/pubkey/if_algo/if_algo.h +++ b/src/pubkey/if_algo/if_algo.h @@ -41,8 +41,6 @@ class BOTAN_DLL IF_Scheme_PublicKey : public virtual Public_Key u32bit max_input_bits() const { return (n.bits() - 1); } - X509_Decoder* x509_decoder(); - IF_Scheme_PublicKey(const AlgorithmIdentifier& alg_id, const MemoryRegion<byte>& key_bits); protected: |