diff options
author | Mathieu Souchaud <[email protected]> | 2018-02-02 15:25:18 +0000 |
---|---|---|
committer | Mathieu Souchaud <[email protected]> | 2018-02-02 15:25:18 +0000 |
commit | e9b1771b72a6b405e270dd21751b30e5e9b495f4 (patch) | |
tree | 70417fb74314f2535389514228ba4e23d2cddd21 /src/tests/test_certstor.cpp | |
parent | 0e47fb62a9b901398da02f661ff7c413f3472239 (diff) |
Load every certificates of files found - fix test.
Diffstat (limited to 'src/tests/test_certstor.cpp')
-rw-r--r-- | src/tests/test_certstor.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/tests/test_certstor.cpp b/src/tests/test_certstor.cpp index efa206753..582c54050 100644 --- a/src/tests/test_certstor.cpp +++ b/src/tests/test_certstor.cpp @@ -6,9 +6,6 @@ #include "tests.h" -#include <botan/x509_dn.h> -#include <botan/x509cert.h> - #if defined(BOTAN_HAS_CERTSTOR_SQL) #include <botan/certstor.h> #include <botan/internal/filesystem.h> |