summaryrefslogtreecommitdiff
path: root/vchat-config.h
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2016-04-15 16:27:42 +0200
committerDirk Engling <erdgeist@erdgeist.org>2016-04-15 16:27:42 +0200
commitc5c4ee4d6a9aa5554ad29be79c4ee3e6bd79c70f (patch)
tree3adc212952389dec26c03f2579317eade7875155 /vchat-config.h
parent3ff11bc9ec47ea24e578444ffc9985884f32038b (diff)
Make fingerprint pinning an option
Diffstat (limited to 'vchat-config.h')
-rwxr-xr-xvchat-config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vchat-config.h b/vchat-config.h
index 9e10999..f7123d7 100755
--- a/vchat-config.h
+++ b/vchat-config.h
@@ -39,6 +39,7 @@ static volatile configoption configoptions[] = {
39 {CF_FORMFILE, CO_STR, "formatfile", "~/.vchat/formats", NULL, { NULL } }, 39 {CF_FORMFILE, CO_STR, "formatfile", "~/.vchat/formats", NULL, { NULL } },
40 {CF_LOGINSCRIPT, CO_STR, "loginscript","~/.vchat/loginscript", NULL, { NULL } }, 40 {CF_LOGINSCRIPT, CO_STR, "loginscript","~/.vchat/loginscript", NULL, { NULL } },
41 {CF_FINGERPRINT, CO_STR, "fingerprint","~/.vchat/fingerprint", NULL, { NULL } }, 41 {CF_FINGERPRINT, CO_STR, "fingerprint","~/.vchat/fingerprint", NULL, { NULL } },
42 {CF_PINFINGER, CO_INT, "pinfinger", (char *) 0, (char *)-1, { NULL } },
42 {CF_ENCODING, CO_STR, "encoding", NULL, NULL, { .pstr = &encoding }}, 43 {CF_ENCODING, CO_STR, "encoding", NULL, NULL, { .pstr = &encoding }},
43 {CF_USESSL, CO_INT, "usessl", (char *) 1, (char *)-1, { NULL } }, 44 {CF_USESSL, CO_INT, "usessl", (char *) 1, (char *)-1, { NULL } },
44 {CF_IGNSSL, CO_INT, "ignssl", (char *) 0, (char *)-1, { NULL } }, 45 {CF_IGNSSL, CO_INT, "ignssl", (char *) 0, (char *)-1, { NULL } },