X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fwhatnowsbr.c;h=4a29a64a6d60a177047835bd9b44b75532e4d567;hb=104b36e0a37bafe6620062334fa78d484dce321c;hp=cb48bfdc6662a94330bc4357b197f7afda8ef687;hpb=156d35f6425bea4c1ed3c4c79783dc613379c65b;p=mmh diff --git a/uip/whatnowsbr.c b/uip/whatnowsbr.c index cb48bfd..4a29a64 100644 --- a/uip/whatnowsbr.c +++ b/uip/whatnowsbr.c @@ -977,12 +977,6 @@ check_draft (char *msgnam) } -#ifndef TLS_SUPPORT -# define TLSminc(a) (a) -#else /* TLS_SUPPORT */ -# define TLSminc(a) 0 -#endif /* TLS_SUPPORT */ - static struct swit sendswitches[] = { #define ALIASW 0 { "alias aliasfile", 0 }, @@ -1062,8 +1056,6 @@ static struct swit sendswitches[] = { { "attachformat", 7 }, #define PORTSW 41 { "port server-port-name/number", 4 }, -#define TLSSW 42 - { "tls", TLSminc(-3) }, { NULL, 0 } }; @@ -1217,7 +1209,6 @@ sendit (char *sp, char **arg, char *file, int pushed) case SSNDSW: case SOMLSW: case SNOOPSW: - case TLSSW: vec[vecp++] = --cp; continue;