X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fsend.c;h=c8b77f7a547caf74aa26a48eec2caf99442ae674;hb=5d43a99db70c12a673028c7758c20cbe3e13ef5f;hp=a97bab824eccbb48b9a22b8294de287ce73044da;hpb=156d35f6425bea4c1ed3c4c79783dc613379c65b;p=mmh diff --git a/uip/send.c b/uip/send.c index a97bab8..c8b77f7 100644 --- a/uip/send.c +++ b/uip/send.c @@ -13,12 +13,6 @@ #include -#ifndef TLS_SUPPORT -# define TLSminc(a) (a) -#else /* TLS_SUPPORT */ -# define TLSminc(a) 0 -#endif /* TLS_SUPPORT */ - static struct swit switches[] = { #define ALIASW 0 { "alias aliasfile", 0 }, @@ -100,8 +94,6 @@ static struct swit switches[] = { { "attachformat", 7 }, #define PORTSW 42 { "port server-port-name/number" , 4 }, -#define TLSSW 43 - { "tls", TLSminc(-3) }, { NULL, 0 } }; @@ -258,7 +250,6 @@ main (int argc, char **argv) case SENDSW: case SOMLSW: case SNOOPSW: - case TLSSW: vec[vecp++] = --cp; continue;