diff options
Diffstat (limited to 'src/tls/tls_record.cpp')
-rw-r--r-- | src/tls/tls_record.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tls/tls_record.cpp b/src/tls/tls_record.cpp index 8609b65eb..07804c53c 100644 --- a/src/tls/tls_record.cpp +++ b/src/tls/tls_record.cpp @@ -5,7 +5,7 @@ * Released under the terms of the Botan license */ -#include <botan/tls_record.h> +#include <botan/internal/tls_record.h> #include <botan/libstate.h> #include <botan/loadstor.h> #include <botan/internal/tls_session_key.h> |