diff options
Diffstat (limited to 'src/tests/unit_x509.cpp')
-rw-r--r-- | src/tests/unit_x509.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tests/unit_x509.cpp b/src/tests/unit_x509.cpp index 677ccedd3..f77be1992 100644 --- a/src/tests/unit_x509.cpp +++ b/src/tests/unit_x509.cpp @@ -12,10 +12,11 @@ #include <botan/calendar.h> #include <botan/filters.h> +#include <botan/pkcs8.h> +#include <botan/pkcs10.h> #include <botan/x509self.h> #include <botan/x509path.h> #include <botan/x509_ca.h> -#include <botan/pkcs10.h> #if defined(BOTAN_HAS_RSA) #include <botan/rsa.h> |