Skip to content

Commit fdf77dd

Browse files
Merge pull request #293 from ArchangeGabriel/patch-1
Fix parsing of tls_curves_list option
2 parents 1c037fa + 963fc10 commit fdf77dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/yaml/convert_yaml_to_json.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ static const char* QUOTE_KEY_VALUES[] = {
6464
"tls_ca_path",
6565
"tls_cipher_list",
6666
"tls_ciphersuites",
67+
"tls_curves_list",
6768
"appdata_dir",
6869
"dnssec_trust_anchors",
6970
"tls_auth_name",

0 commit comments

Comments
 (0)