diff options
author | Jack Lloyd <[email protected]> | 2020-10-31 07:29:13 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2020-10-31 08:37:39 -0400 |
commit | 96d81f2b1af3c88cf6260581898d107949ff55ad (patch) | |
tree | c72e4c150f6a2c36c23785d01bd3594401513e7b /src/lib/x509/certstor.cpp | |
parent | 6b4da6c9494de2eb1b30928cc9bb52246dfdeb1a (diff) |
Merge X.509 header files
Diffstat (limited to 'src/lib/x509/certstor.cpp')
-rw-r--r-- | src/lib/x509/certstor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/x509/certstor.cpp b/src/lib/x509/certstor.cpp index 13b7e4621..a066f208d 100644 --- a/src/lib/x509/certstor.cpp +++ b/src/lib/x509/certstor.cpp @@ -7,6 +7,7 @@ */ #include <botan/certstor.h> +#include <botan/pkix_types.h> #include <botan/internal/filesystem.h> #include <botan/hash.h> #include <botan/data_src.h> |