aboutsummaryrefslogtreecommitdiffstats
path: root/src/ssl/tls_state.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-09-15 14:20:38 +0000
committerlloyd <[email protected]>2010-09-15 14:20:38 +0000
commitd432647483aa74c97460eb065f2b11fd82fc9177 (patch)
tree8fae2888ff5c18ab87fbf0c5c63a7e35b5db76a7 /src/ssl/tls_state.h
parent72ba429aa2550d12b13ce321a567601bddf7c665 (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_state.h')
-rw-r--r--src/ssl/tls_state.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ssl/tls_state.h b/src/ssl/tls_state.h
index 1472271e3..e2728198f 100644
--- a/src/ssl/tls_state.h
+++ b/src/ssl/tls_state.h
@@ -1,5 +1,5 @@
/*
-* TLS Handshaking
+* TLS Handshake State
* (C) 2004-2006 Jack Lloyd
*
* Released under the terms of the Botan license
@@ -8,7 +8,7 @@
#ifndef BOTAN_TLS_HANDSHAKE_H__
#define BOTAN_TLS_HANDSHAKE_H__
-#include <botan/tls_messages.h>
+#include <botan/internal/tls_messages.h>
#include <botan/secqueue.h>
namespace Botan {
@@ -16,7 +16,7 @@ namespace Botan {
/**
* SSL/TLS Handshake State
*/
-class BOTAN_DLL Handshake_State
+class Handshake_State
{
public:
Client_Hello* client_hello;