mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-08-06 11:53:39 +08:00
Format help message
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user