diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/pubkey/rsa/rsa.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pubkey/rsa/rsa.h b/src/pubkey/rsa/rsa.h index 73c3c347d..f91d807f4 100644 --- a/src/pubkey/rsa/rsa.h +++ b/src/pubkey/rsa/rsa.h @@ -114,7 +114,6 @@ class BOTAN_DLL RSA_Private_Operation : public PK_Ops::Signature, const BigInt& c; Fixed_Exponent_Power_Mod powermod_d1_p, powermod_d2_q; Modular_Reducer mod_p; - u32bit n_bits; }; class BOTAN_DLL RSA_Public_Operation : public PK_Ops::Verification, |