diff options
Diffstat (limited to 'src/pubkey/ecc_key')
-rw-r--r-- | src/pubkey/ecc_key/ecc_key.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pubkey/ecc_key/ecc_key.h b/src/pubkey/ecc_key/ecc_key.h index 4e97a427f..f61e4a2dc 100644 --- a/src/pubkey/ecc_key/ecc_key.h +++ b/src/pubkey/ecc_key/ecc_key.h @@ -100,8 +100,6 @@ class BOTAN_DLL EC_PublicKey : public virtual Public_Key protected: virtual void X509_load_hook(); - SecureVector<byte> m_enc_public_point; // stores the public point - std::auto_ptr<EC_Domain_Params> mp_dom_pars; std::auto_ptr<PointGFp> mp_public_point; EC_Domain_Params_Encoding m_param_enc; |