diff options
author | lloyd <[email protected]> | 2012-08-06 11:54:40 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2012-08-06 11:54:40 +0000 |
commit | 0ca08219bb2dfbc8a902c139430ea6fb9034ff25 (patch) | |
tree | b731140bed34ecb74a2b9c274a28dfe31e746d5c /src/tls/info.txt | |
parent | 073c13fb4d7d025340b4d52b3d622873816a0d21 (diff) |
Move Certificate message to it's own file.
Remove ~Extensions declaration, not used anymore.
Diffstat (limited to 'src/tls/info.txt')
-rw-r--r-- | src/tls/info.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tls/info.txt b/src/tls/info.txt index 40a4cc9a5..5294d3026 100644 --- a/src/tls/info.txt +++ b/src/tls/info.txt @@ -36,6 +36,7 @@ tls_session_key.h <source> msg_cert_req.cpp msg_cert_verify.cpp +msg_certificate.cpp msg_client_hello.cpp msg_client_kex.cpp msg_finished.cpp |