mirror of
https://github.com/openssl/openssl.git
synced 2024-12-16 21:43:42 +08:00
fix warning about trailing comma
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
bb1c5bbe6b
commit
9e313563da
@ -555,7 +555,7 @@ typedef enum OPTION_choice {
|
||||
#ifndef OPENSSL_NO_CT
|
||||
OPT_CT, OPT_NOCT, OPT_CTLOG_FILE,
|
||||
#endif
|
||||
OPT_DANE_TLSA_RRDATA, OPT_DANE_EE_NO_NAME,
|
||||
OPT_DANE_TLSA_RRDATA, OPT_DANE_EE_NO_NAME
|
||||
} OPTION_CHOICE;
|
||||
|
||||
OPTIONS s_client_options[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user