X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=apps%2Fapps.h;h=5b98d27500ced943fbce058d59b79e76cfc0e1b2;hp=b45a31aadcca7e1d9ea6f109f84640950578d16c;hb=394159da608f625b60f07c59e36dc7d01df3a709;hpb=96de2e590bad00575baa7c2c6be5767b43aa017c diff --git a/apps/apps.h b/apps/apps.h index b45a31aadc..5b98d27500 100644 --- a/apps/apps.h +++ b/apps/apps.h @@ -281,8 +281,8 @@ int set_cert_times(X509 *x, const char *startdate, const char *enddate, "Block size to pad TLS 1.3 records to."}, \ {"debug_broken_protocol", OPT_S_DEBUGBROKE, '-', \ "Perform all sorts of protocol violations for testing purposes"}, \ - {"no_middlebox", OPT_S_NO_MIDDLEBOX, '-', "Disable TLSv1.3 middlebox compat mode" } - + {"no_middlebox", OPT_S_NO_MIDDLEBOX, '-', \ + "Disable TLSv1.3 middlebox compat mode" } # define OPT_S_CASES \ OPT_S__FIRST: case OPT_S__LAST: break; \