diff options
Diffstat (limited to 'src/tls/tls_suite_info.cpp')
-rw-r--r-- | src/tls/tls_suite_info.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/tls/tls_suite_info.cpp b/src/tls/tls_suite_info.cpp index b281e89d3..33df10776 100644 --- a/src/tls/tls_suite_info.cpp +++ b/src/tls/tls_suite_info.cpp @@ -13,7 +13,10 @@ namespace TLS { Ciphersuite Ciphersuite::by_id(u16bit suite) { - // Automatically generated by a Python script from the IANA values + /* + * This switch was automatically generated from the IANA assignments + * by the script src/build-data/scripts/parse_tls_params.py + */ switch(suite) { |