patches: getnds/stubby: also add tls_ca_file to yml quote check (broken in 0.4.0)
parent
c5fd116354
commit
8b0e8f7550
@ -1,6 +1,13 @@
|
||||
--- getdns/stubby/src/yaml/convert_yaml_to_json.c
|
||||
+++ getdns/stubby/src/yaml/convert_yaml_to_json.c
|
||||
@@ -68,6 +68,7 @@
|
||||
@@ -62,12 +62,14 @@
|
||||
|
||||
static const char* QUOTE_KEY_VALUES[] = {
|
||||
"tls_ca_path",
|
||||
+ "tls_ca_file",
|
||||
"tls_cipher_list",
|
||||
"tls_ciphersuites",
|
||||
"appdata_dir",
|
||||
"dnssec_trust_anchors",
|
||||
"tls_auth_name",
|
||||
"digest",
|
Loading…
Reference in New Issue