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/info.txt | |
parent | 1bfd053969280ee6228f5579b2e2f1ff3cbcf0a5 (diff) |
Make tls_session_key.h an internal header
Diffstat (limited to 'src/tls/info.txt')
-rw-r--r-- | src/tls/info.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tls/info.txt b/src/tls/info.txt index b6184b69a..43bf244c6 100644 --- a/src/tls/info.txt +++ b/src/tls/info.txt @@ -15,7 +15,6 @@ tls_magic.h tls_policy.h tls_record.h tls_server.h -tls_session_key.h tls_session_state.h tls_suites.h </header:public> @@ -25,6 +24,7 @@ tls_alerts.h tls_handshake_hash.h tls_messages.h tls_reader.h +tls_session_key.h tls_state.h </header:internal> |