diff options
author | lloyd <[email protected]> | 2013-04-12 14:23:00 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2013-04-12 14:23:00 +0000 |
commit | 184ccd6ed382fcf55370fa81b3d0004ffa7f117a (patch) | |
tree | 3093ab13b5ace29bb65ac7f7736f10c53ecc8927 /src/tls | |
parent | 369cec8f5145e18fb46dc1ccc64370a961cd7bcd (diff) |
Add datestamp to autogenerated tls_suite_info.cpp
Diffstat (limited to 'src/tls')
-rw-r--r-- | src/tls/tls_suite_info.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/tls/tls_suite_info.cpp b/src/tls/tls_suite_info.cpp index 522d94471..dcc5d69b4 100644 --- a/src/tls/tls_suite_info.cpp +++ b/src/tls/tls_suite_info.cpp @@ -1,8 +1,8 @@ /* -* List of TLS cipher suites +* TLS cipher suite information * * This file was automatically generated from the IANA assignments -* by ./src/build-data/scripts/tls_suite_info.py +* by ./src/build-data/scripts/tls_suite_info.py on 2013-04-12 * * Released under the terms of the Botan license */ @@ -17,7 +17,6 @@ Ciphersuite Ciphersuite::by_id(u16bit suite) { switch(suite) { - case 0x0013: // DHE_DSS_WITH_3DES_EDE_CBC_SHA return Ciphersuite(0x0013, "DSA", "DH", "3DES", 24, 8, "SHA-1", 20); |