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

@@ -1,13 +1,13 @@
"\n"
"Supported cipher suites:\n"
" TLS_SM4_GCM_SM3\n"
" TLS_SM4_GCM_SM3\n"
#ifdef ENABLE_SM4_CCM
" TLS_SM4_CCM_SM3\n"
" TLS_SM4_CCM_SM3\n"
#endif
#if defined(ENABLE_AES) && defined(ENABLE_SHA2)
" TLS_AES_128_GCM_SHA256\n"
" TLS_AES_128_GCM_SHA256\n"
#ifdef ENABLE_AES_CCM
" TLS_AES_128_CCM_SHA256\n"
" TLS_AES_128_CCM_SHA256\n"
#endif
#endif
"\n"