summaryrefslogtreecommitdiff
path: root/pith/conf.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/conf.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/conf.h')
-rw-r--r--pith/conf.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/pith/conf.h b/pith/conf.h
index 100224bc..90c2325c 100644
--- a/pith/conf.h
+++ b/pith/conf.h
@@ -138,6 +138,10 @@
#define GLO_SSLCAPATH vars[V_SSLCAPATH].global_val.l
#define VAR_SSLCAFILE vars[V_SSLCAFILE].current_val.l
#define GLO_SSLCAFILE vars[V_SSLCAFILE].global_val.l
+#define VAR_SSLUSERCAPATH vars[V_USERSSLCAPATH].current_val.l
+#define GLO_SSLUSERCAPATH vars[V_USERSSLCAPATH].global_val.l
+#define VAR_SSLUSERCAFILE vars[V_USERSSLCAFILE].current_val.l
+#define GLO_SSLUSERCAFILE vars[V_USERSSLCAFILE].global_val.l
#endif
#define VAR_INDEX_COLOR_STYLE vars[V_INDEX_COLOR_STYLE].current_val.p
#define GLO_INDEX_COLOR_STYLE vars[V_INDEX_COLOR_STYLE].global_val.p
@@ -919,6 +923,8 @@ void panic1(char *, char *);
#if !defined(_WINDOWS) || defined(WINDOWS_UNIXSSL_CERTS)
void set_system_certs_path(struct pine *);
void set_system_certs_container(struct pine *);
+void set_user_certs_path(struct pine *);
+void set_user_certs_container(struct pine *);
#endif
/* mandatory to implement prototypes */