Format help message

This commit is contained in:
Zhi Guan
2026-06-26 22:06:57 +08:00
parent a77feb2b4c
commit 4de29626b7
49 changed files with 153 additions and 149 deletions

View File

@@ -9,13 +9,13 @@
"\n"
"Supported cipher suites:\n"
" TLS_ECDHE_SM4_CBC_SM3\n"
" TLS_ECDHE_SM4_GCM_SM3\n"
" TLS_ECDHE_SM4_CBC_SM3\n"
" TLS_ECDHE_SM4_GCM_SM3\n"
#if defined(ENABLE_AES) && defined(ENABLE_SHA2) && defined(ENABLE_SECP256R1)
" TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256\n"
" TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\n"
" TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256\n"
" TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\n"
#ifdef ENABLE_AES_CCM
" TLS_ECDHE_ECDSA_WITH_AES_128_CCM\n"
" TLS_ECDHE_ECDSA_WITH_AES_128_CCM\n"
#endif
#endif
"\n"