Removed TLS support. We don't need it anymore as we stopped talking SMTP
[mmh] / uip / send.c
index a97bab8..c8b77f7 100644 (file)
 #include <signal.h>
 
 
-#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;