Commit 9e313563 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

fix warning about trailing comma



Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent bb1c5bbe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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[] = {