summaryrefslogtreecommitdiffstats
path: root/init.h
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2019-08-17 15:38:34 -0700
committerKevin McCarthy <kevin@8t8.us>2019-08-17 15:38:34 -0700
commitd4ec818aab1b6052eef351209adadd6e4a504943 (patch)
tree3d2af598edb836b0089d1e9efff30d155a070a4b /init.h
parentbe684ef23cd68926f7ca33a0b09591f970287407 (diff)
Add $ssl_use_tlsv1_3 config variable, default set.
Diffstat (limited to 'init.h')
-rw-r--r--init.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/init.h b/init.h
index e24d7bcd..52f75938 100644
--- a/init.h
+++ b/init.h
@@ -3840,6 +3840,12 @@ struct option_t MuttVars[] = {
** If \fIset\fP , Mutt will use TLSv1.2 when communicating with servers that
** request it.
*/
+ { "ssl_use_tlsv1_3", DT_BOOL, R_NONE, {.l=OPTTLSV1_3}, {.l=1} },
+ /*
+ ** .pp
+ ** If \fIset\fP , Mutt will use TLSv1.3 when communicating with servers that
+ ** request it.
+ */
#ifdef USE_SSL_OPENSSL
{ "ssl_usesystemcerts", DT_BOOL, R_NONE, {.l=OPTSSLSYSTEMCERTS}, {.l=1} },
/*