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 a7e58b10f..3859fcf8f 100644 --- a/src/tests/test_pubkey.cpp +++ b/src/tests/test_pubkey.cpp @@ -15,8 +15,8 @@ #include <botan/pk_algs.h> #include <botan/x509_key.h> #include <botan/pkcs8.h> -#include <botan/oids.h> #include <botan/hex.h> +#include <botan/data_src.h> namespace Botan_Tests { |