diff options
Diffstat (limited to 'src/lib/x509/x509_ca.cpp')
-rw-r--r-- | src/lib/x509/x509_ca.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/x509/x509_ca.cpp b/src/lib/x509/x509_ca.cpp index 9508e9466..63207b336 100644 --- a/src/lib/x509/x509_ca.cpp +++ b/src/lib/x509/x509_ca.cpp @@ -17,7 +17,7 @@ #include <botan/oids.h> #include <botan/hash.h> #include <botan/internal/emsa.h> -#include <botan/scan_name.h> +#include <botan/internal/scan_name.h> #include <algorithm> #include <iterator> |