Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
sftcd committed May 31, 2024
1 parent 9f3eca3 commit 8a890ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cfgparse-ssl.c
Original file line number Diff line number Diff line change
Expand Up @@ -2197,7 +2197,6 @@ struct ssl_crtlist_kw ssl_crtlist_kws[] = {
{ "ssl-min-ver", ssl_bind_parse_tls_method_minmax,1 }, /* minimum version */
{ "ssl-max-ver", ssl_bind_parse_tls_method_minmax,1 }, /* maximum version */
{ "verify", ssl_bind_parse_verify, 1 }, /* set SSL verify method */
{ "ocsp-update", ssl_bind_parse_ocsp_update, 1 }, /* ocsp update mode (on or off) */
#ifdef USE_ECH
{ "ech", ssl_bind_parse_ech, 1 }, /* set ECH PEM file */
#endif
Expand Down

0 comments on commit 8a890ea

Please sign in to comment.