From c7040ae3ada22c7a47253e59e8a354a0b1b18e00 Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Sat, 13 Feb 2021 19:36:38 +0900 Subject: Add auto-detection of ssl_ca_file by configure cf. gnutls-trustfiles in Emacs 27.1 --- config.h.in | 1 + 1 file changed, 1 insertion(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 70e1aef..8a3829d 100644 --- a/config.h.in +++ b/config.h.in @@ -61,6 +61,7 @@ #undef USE_DIGEST_AUTH #undef USE_SSL #undef USE_SSL_VERIFY +#define DEF_CAFILE "@DEF_CAFILE@" #undef USE_HELP_CGI #undef USE_EXTERNAL_URI_LOADER #undef USE_W3MMAILER -- cgit v1.2.3