aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/test_rsa.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/test_rsa.cpp b/src/tests/test_rsa.cpp
index c0a3d2971..a375e90a3 100644
--- a/src/tests/test_rsa.cpp
+++ b/src/tests/test_rsa.cpp
@@ -150,7 +150,7 @@ class RSA_Blinding_Tests : public Test
Botan::RSA_PrivateKey rsa(Test::rng(), 1024);
- Botan::PK_Signer signer(rsa, "Raw"); // don't try this at home
+ Botan::PK_Signer signer(rsa, Test::rng(), "Raw"); // don't try this at home
Botan::PK_Verifier verifier(rsa, "Raw");
Botan::Null_RNG null_rng;