diff options
Diffstat (limited to 'src/tests/test_pubkey.cpp')
-rw-r--r-- | src/tests/test_pubkey.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/test_pubkey.cpp b/src/tests/test_pubkey.cpp index 85e2924be..734ff1803 100644 --- a/src/tests/test_pubkey.cpp +++ b/src/tests/test_pubkey.cpp @@ -15,13 +15,13 @@ #include <cstdlib> #include <memory> -#include <botan/botan.h> #include <botan/oids.h> #if defined(BOTAN_HAS_PUBLIC_KEY_CRYPTO) #include <botan/x509_key.h> #include <botan/pkcs8.h> #include <botan/pubkey.h> + #include <botan/auto_rng.h> #endif #if defined(BOTAN_HAS_RSA) |