diff options
Diffstat (limited to 'src/tests/test_tss.cpp')
-rw-r--r-- | src/tests/test_tss.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/test_tss.cpp b/src/tests/test_tss.cpp index 7645af399..646ebe415 100644 --- a/src/tests/test_tss.cpp +++ b/src/tests/test_tss.cpp @@ -5,7 +5,7 @@ */ #include "tests.h" -#include <botan/auto_rng.h> + #include <botan/hex.h> #include <iostream> @@ -17,7 +17,7 @@ size_t test_tss() { using namespace Botan; - AutoSeeded_RNG rng; + auto& rng = test_rng(); size_t fails = 0; |