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/info.txt | |
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/info.txt')
-rw-r--r-- | src/ssl/info.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/ssl/info.txt b/src/ssl/info.txt index f0867b3f1..c17700e4f 100644 --- a/src/ssl/info.txt +++ b/src/ssl/info.txt @@ -1,24 +1,24 @@ define SSL_TLS <header:public> -handshake_hash.h socket.h -tls_alerts.h tls_client.h tls_connection.h tls_exceptn.h tls_magic.h -tls_messages.h tls_policy.h tls_record.h tls_server.h tls_session_key.h -tls_state.h tls_suites.h </header:public> <header:internal> +tls_alerts.h +tls_handshake_hash.h +tls_messages.h tls_reader.h +tls_state.h </header:internal> <source> @@ -26,8 +26,7 @@ c_kex.cpp cert_req.cpp cert_ver.cpp finished.cpp -handshake_hash.cpp -handshake_state.cpp +tls_handshake_hash.cpp hello.cpp rec_read.cpp rec_wri.cpp @@ -36,6 +35,7 @@ tls_client.cpp tls_policy.cpp tls_server.cpp tls_session_key.cpp +tls_state.cpp tls_suites.cpp </source> |