diff options
author | lloyd <[email protected]> | 2010-09-15 14:20:38 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-09-15 14:20:38 +0000 |
commit | d432647483aa74c97460eb065f2b11fd82fc9177 (patch) | |
tree | 8fae2888ff5c18ab87fbf0c5c63a7e35b5db76a7 /src/ssl/tls_server.cpp | |
parent | 72ba429aa2550d12b13ce321a567601bddf7c665 (diff) |
Hide a number of the internal SSL headers from the user, you can still
see too much but better than before.
Diffstat (limited to 'src/ssl/tls_server.cpp')
-rw-r--r-- | src/ssl/tls_server.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ssl/tls_server.cpp b/src/ssl/tls_server.cpp index 8d9cc1b43..33210dccb 100644 --- a/src/ssl/tls_server.cpp +++ b/src/ssl/tls_server.cpp @@ -6,8 +6,8 @@ */ #include <botan/tls_server.h> -#include <botan/tls_alerts.h> -#include <botan/tls_state.h> +#include <botan/internal/tls_alerts.h> +#include <botan/internal/tls_state.h> #include <botan/loadstor.h> #include <botan/rsa.h> #include <botan/dh.h> |