diff options
author | lloyd <[email protected]> | 2011-12-27 20:33:49 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-12-27 20:33:49 +0000 |
commit | 065187289ea2c47f507b99a429dcf62a19d48f30 (patch) | |
tree | 7735059a428794f317489960d5e9f5afebde4631 /src/tls/tls_client.cpp | |
parent | 1bfd053969280ee6228f5579b2e2f1ff3cbcf0a5 (diff) |
Make tls_session_key.h an internal header
Diffstat (limited to 'src/tls/tls_client.cpp')
-rw-r--r-- | src/tls/tls_client.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tls/tls_client.cpp b/src/tls/tls_client.cpp index 15f49aeba..5ffe65bf4 100644 --- a/src/tls/tls_client.cpp +++ b/src/tls/tls_client.cpp @@ -6,6 +6,7 @@ */ #include <botan/tls_client.h> +#include <botan/internal/tls_session_key.h> #include <botan/internal/tls_state.h> #include <botan/rsa.h> #include <botan/dsa.h> |