diff options
Diffstat (limited to 'src/ssl/cert_req.cpp')
-rw-r--r-- | src/ssl/cert_req.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ssl/cert_req.cpp b/src/ssl/cert_req.cpp index 9cd6bd5c1..f30bc2fd7 100644 --- a/src/ssl/cert_req.cpp +++ b/src/ssl/cert_req.cpp @@ -5,7 +5,7 @@ * Released under the terms of the Botan license */ -#include <botan/tls_messages.h> +#include <botan/internal/tls_messages.h> #include <botan/der_enc.h> #include <botan/ber_dec.h> #include <botan/loadstor.h> |