aboutsummaryrefslogtreecommitdiffstats
path: root/include/nr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/nr.h')
-rw-r--r--include/nr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/nr.h b/include/nr.h
index 0225af057..47c91dc6e 100644
--- a/include/nr.h
+++ b/include/nr.h
@@ -45,7 +45,7 @@ class BOTAN_DLL NR_PrivateKey : public NR_PublicKey,
public:
SecureVector<byte> sign(const byte[], u32bit) const;
- bool check_key(bool) const;
+ bool check_key(RandomNumberGenerator& rng, bool) const;
NR_PrivateKey() {}
NR_PrivateKey(const DL_Group&, RandomNumberGenerator& rng);