From edad5cf6e2b7604204d6246be5fe6b6dd8532fa0 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Fri, 27 Aug 2010 13:20:16 +0000 Subject: Tidy up ssl code, move all ssl related stuff to vchat-ssl and clean up some wrinkles in cert verification --- vchat-config.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'vchat-config.h') diff --git a/vchat-config.h b/vchat-config.h index 3511c68..4409107 100755 --- a/vchat-config.h +++ b/vchat-config.h @@ -23,7 +23,6 @@ #endif /* configuration array with structure as defined in vchat.h */ -extern unsigned int ignssl; extern unsigned int usetime; extern unsigned int hscroll; @@ -41,7 +40,7 @@ static volatile configoption configoptions[] = { {CF_LOGINSCRIPT, CO_STR, "loginscript","~/.vchat/loginscript", NULL, { NULL } }, {CF_ENCODING, CO_STR, "encoding", NULL, NULL, { .pstr = &encoding }}, {CF_USESSL, CO_INT, "usessl", (char *) 1, (char *)-1, { NULL } }, - {CF_IGNSSL, CO_INT, "ignssl", (char *) 0, (char *)-1, { .pint = &ignssl } }, + {CF_IGNSSL, CO_INT, "ignssl", (char *) 0, (char *)-1, { NULL } }, {CF_USECERT, CO_INT, "usecert", (char *) 1, (char *)-1, { NULL } }, {CF_USETIME, CO_INT, "usetime", (char *) 1, (char *)-1, { .pint = &usetime } }, {CF_USETOPIC, CO_INT, "usetopicbar",(char *) 1, (char *)-1, { NULL } }, -- cgit v1.2.3