summaryrefslogtreecommitdiff
path: root/pith/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'pith/conf.c')
-rw-r--r--pith/conf.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/pith/conf.c b/pith/conf.c
index ea133a7..c802d01 100644
--- a/pith/conf.c
+++ b/pith/conf.c
@@ -3116,11 +3116,11 @@ feature_list(int index)
{"disable-password-caching", NULL,
F_DISABLE_PASSWORD_CACHING, h_config_disable_password_caching,
PREF_MISC, 0},
-#ifdef PASSFILE
+#ifdef LOCAL_PASSWD_CACHE
{"disable-password-file-saving", NULL,
F_DISABLE_PASSWORD_FILE_SAVING, h_config_disable_password_file_saving,
PREF_MISC, 0},
-#endif /* PASSFILE */
+#endif /* LOCAL_PASSWD_CACHE */
{"disable-regular-expression-matching-for-alternate-addresses", NULL,
F_DISABLE_REGEX, h_config_disable_regex, PREF_MISC, 0},
{"disable-save-input-history", NULL,
@@ -8205,8 +8205,6 @@ get_supported_options(void)
#ifdef TLS1_3_VERSION
strcat(tmp, "TLSv1.3, ");
#endif /* TLS1_3_VERSION */
- strcat(tmp, "DTLSv1, ");
- strcat(tmp, "DTLSv1.2, ");
tmp[strlen(tmp)-2] = '.';
tmp[strlen(tmp)-1] = '\0';
}