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