diff options
author | lloyd <[email protected]> | 2010-03-05 20:44:15 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-03-05 20:44:15 +0000 |
commit | ea898c36c2361a2b40be0020001ff7fb532ce744 (patch) | |
tree | 2214114417d0e3d48bcc4043f9897d1130c91d1d /src | |
parent | e53e16d5b74ab6d79956c54502b25c11dd3be788 (diff) |
Remove unused variable
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, |