summaryrefslogtreecommitdiff
path: root/pith/conftype.h
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2020-07-18 00:53:34 -0600
committerEduardo Chappa <chappa@washington.edu>2020-07-18 00:53:34 -0600
commitef159279c142ec4f3b3a1938cfeadc74d5891070 (patch)
tree6a670c9b33666abcb81c824bb36fdc7c920d697d /pith/conftype.h
parent50f4fdaa40ab3195377f22243c3ba4287389d207 (diff)
downloadalpine-ef159279c142ec4f3b3a1938cfeadc74d5891070.tar.xz
* Addition of the variables User Certs Dir and User Certs File, which allow
a user to specify the location of server certificates that the user trusts.
Diffstat (limited to 'pith/conftype.h')
-rw-r--r--pith/conftype.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pith/conftype.h b/pith/conftype.h
index 4ea7993e..3ed5040f 100644
--- a/pith/conftype.h
+++ b/pith/conftype.h
@@ -127,6 +127,8 @@ typedef enum { V_PERSONAL_NAME = 0
#if !defined(_WINDOWS) || defined(WINDOWS_UNIXSSL_CERTS)
, V_SSLCAPATH
, V_SSLCAFILE
+ , V_USERSSLCAPATH
+ , V_USERSSLCAFILE
#endif
, V_BROWSER
, V_HISTORY