X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fwhatnowsbr.c;h=58099f032a14982a26b80ac2725225bbfb792ccf;hb=4ad9321b5799aae68df21f77e7e788d897c3f015;hp=ac9dc3a516790d7d565a2dc967a5b1b0573169eb;hpb=3bede3fae77775088b8b66e7a26a5e2ee1f61fff;p=mmh diff --git a/uip/whatnowsbr.c b/uip/whatnowsbr.c index ac9dc3a..58099f0 100644 --- a/uip/whatnowsbr.c +++ b/uip/whatnowsbr.c @@ -1070,6 +1070,8 @@ static struct swit sendswitches[] = { { "port server-port-name/number", 4 }, #define TLSSW 44 { "tls", TLSminc(-3) }, +#define NTLSSW 45 + { "notls", TLSminc(-5) }, { NULL, 0 } }; @@ -1233,6 +1235,7 @@ sendit (char *sp, char **arg, char *file, int pushed) case SASLSW: case NOSASLSW: case TLSSW: + case NTLSSW: vec[vecp++] = --cp; continue;