]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
fix warning about trailing comma
authorDr. Stephen Henson <steve@openssl.org>
Fri, 19 Aug 2016 18:32:19 +0000 (19:32 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Fri, 19 Aug 2016 18:32:19 +0000 (19:32 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
apps/s_client.c

index 48e9b82d5c908a65c933136c4830368ad8a784d4..f43a578b76b4d90be7ed612a5a71f39828745910 100644 (file)
@@ -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[] = {