aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-03-05 20:44:15 +0000
committerlloyd <[email protected]>2010-03-05 20:44:15 +0000
commitea898c36c2361a2b40be0020001ff7fb532ce744 (patch)
tree2214114417d0e3d48bcc4043f9897d1130c91d1d /src
parente53e16d5b74ab6d79956c54502b25c11dd3be788 (diff)
Remove unused variable
Diffstat (limited to 'src')
-rw-r--r--src/pubkey/rsa/rsa.h1
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,