提交 9e313563 编写于 作者: D Dr. Stephen Henson

fix warning about trailing comma

Reviewed-by: NRich Salz <rsalz@openssl.org>
上级 bb1c5bbe
...@@ -555,7 +555,7 @@ typedef enum OPTION_choice { ...@@ -555,7 +555,7 @@ typedef enum OPTION_choice {
#ifndef OPENSSL_NO_CT #ifndef OPENSSL_NO_CT
OPT_CT, OPT_NOCT, OPT_CTLOG_FILE, OPT_CT, OPT_NOCT, OPT_CTLOG_FILE,
#endif #endif
OPT_DANE_TLSA_RRDATA, OPT_DANE_EE_NO_NAME, OPT_DANE_TLSA_RRDATA, OPT_DANE_EE_NO_NAME
} OPTION_CHOICE; } OPTION_CHOICE;
OPTIONS s_client_options[] = { OPTIONS s_client_options[] = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册