summaryrefslogtreecommitdiffstats
path: root/mutt.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 /mutt.h
parentbe684ef23cd68926f7ca33a0b09591f970287407 (diff)
Add $ssl_use_tlsv1_3 config variable, default set.
Diffstat (limited to 'mutt.h')
-rw-r--r--mutt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mutt.h b/mutt.h
index ff257127..ce9056d7 100644
--- a/mutt.h
+++ b/mutt.h
@@ -450,6 +450,7 @@ enum
OPTTLSV1,
OPTTLSV1_1,
OPTTLSV1_2,
+ OPTTLSV1_3,
OPTSSLFORCETLS,
OPTSSLVERIFYDATES,
OPTSSLVERIFYHOST,