aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.dist
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2021-02-13 10:36:38 +0000
committerTatsuya Kinoshita <tats@debian.org>2021-02-13 11:22:04 +0000
commitc7040ae3ada22c7a47253e59e8a354a0b1b18e00 (patch)
tree3d8ede2bb031c0ac51a26039abe98c8ac3dd246c /config.h.dist
parentDoc fix (diff)
downloadw3m-c7040ae3ada22c7a47253e59e8a354a0b1b18e00.tar.gz
w3m-c7040ae3ada22c7a47253e59e8a354a0b1b18e00.zip
Add auto-detection of ssl_ca_file by configure
cf. gnutls-trustfiles in Emacs 27.1 <https://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/net/gnutls.el?h=emacs-27.1#n106>
Diffstat (limited to 'config.h.dist')
-rw-r--r--config.h.dist3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.h.dist b/config.h.dist
index 90c224a..81474da 100644
--- a/config.h.dist
+++ b/config.h.dist
@@ -128,7 +128,8 @@ INSTALL_W3MIMGDISPLAY=$(INSTALL_PROGRAM)
#define USE_COOKIE
#define USE_DIGEST_AUTH
#define USE_SSL
-#undef USE_SSL_VERIFY
+#define USE_SSL_VERIFY
+#define DEF_CAFILE "/etc/ssl/certs/ca-certificates.crt"
#undef USE_NNTP
#undef USE_GOPHER
#define USE_EXTERNAL_URI_LOADER