aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-03-09 04:41:24 +0000
committerlloyd <[email protected]>2010-03-09 04:41:24 +0000
commit339c10806c2011c3fc0075b9d4d20895fc6cd313 (patch)
tree36cb18c024af8f124b197d4fbd9b2ab9db171ced
parent4a9afbb99bb73e43bcb3a30379d6a2dd59dae76a (diff)
De-name unused rng arg
-rw-r--r--src/pubkey/rsa/rsa.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pubkey/rsa/rsa.cpp b/src/pubkey/rsa/rsa.cpp
index b278ade52..19ca27f40 100644
--- a/src/pubkey/rsa/rsa.cpp
+++ b/src/pubkey/rsa/rsa.cpp
@@ -99,7 +99,7 @@ BigInt RSA_Private_Operation::private_op(const BigInt& m) const
SecureVector<byte>
RSA_Private_Operation::sign(const byte msg[], u32bit msg_len,
- RandomNumberGenerator& rng)
+ RandomNumberGenerator&)
{
/* We don't check signatures against powermod_e_n here because
PK_Signer checks verification consistency for all signature