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/rec_wri.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/rec_wri.cpp')
-rw-r--r-- | src/ssl/rec_wri.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ssl/rec_wri.cpp b/src/ssl/rec_wri.cpp index 607fe7b01..bf0577bd1 100644 --- a/src/ssl/rec_wri.cpp +++ b/src/ssl/rec_wri.cpp @@ -6,7 +6,7 @@ */ #include <botan/tls_record.h> -#include <botan/handshake_hash.h> +#include <botan/internal/tls_handshake_hash.h> #include <botan/lookup.h> #include <botan/loadstor.h> #include <botan/libstate.h> |