diff options
author | Jack Lloyd <[email protected]> | 2019-05-24 19:08:26 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-05-24 19:08:26 -0400 |
commit | 4d931bf4963da6cb5a6774adc49717ed120f44e5 (patch) | |
tree | 228043246970f5dd235f3009ba4228704c82674b /src/lib | |
parent | ed8598b3304e310be1b95f8db97edf4f67f1b019 (diff) |
Make it possible to regen tls_suite_info.cpp with recent tls-parameters.txt
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/tls/tls_suite_info.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/tls/tls_suite_info.cpp b/src/lib/tls/tls_suite_info.cpp index 574b4e5b8..f55b7cce1 100644 --- a/src/lib/tls/tls_suite_info.cpp +++ b/src/lib/tls/tls_suite_info.cpp @@ -2,8 +2,8 @@ * TLS cipher suite information * * This file was automatically generated from the IANA assignments -* (tls-parameters.txt hash ac96406c0080f669ca9442b0f5efcb31549ecb2e) -* by ./src/scripts/tls_suite_info.py on 2017-11-05 +* (tls-parameters.txt hash fe1ef8f3492b0708f3b14c9e8f8de55188c1b3c0) +* by ./src/scripts/tls_suite_info.py on 2019-05-24 * * Botan is released under the Simplified BSD License (see license.txt) */ |