diff options
Diffstat (limited to 'src/lib/tls/msg_server_kex.cpp')
-rw-r--r-- | src/lib/tls/msg_server_kex.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/tls/msg_server_kex.cpp b/src/lib/tls/msg_server_kex.cpp index 797907ed8..787d43d11 100644 --- a/src/lib/tls/msg_server_kex.cpp +++ b/src/lib/tls/msg_server_kex.cpp @@ -12,7 +12,7 @@ #include <botan/internal/tls_handshake_io.h> #include <botan/internal/tls_handshake_state.h> #include <botan/credentials_manager.h> -#include <botan/loadstor.h> +#include <botan/internal/loadstor.h> #include <botan/pubkey.h> #include <botan/dh.h> |