X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/220dcd2dda3136cefd20951e34e963f37f8e2132..2b63c01aa93210f7c6b812c135173812793c7176:/uip/whom.c diff --git a/uip/whom.c b/uip/whom.c index d405ebb7..24f09ef1 100644 --- a/uip/whom.c +++ b/uip/whom.c @@ -58,6 +58,8 @@ static struct swit switches[] = { { "port server port name/number", 4 }, #define TLSSW 16 { "tls", TLSminc(-3) }, +#define NTLSSW 17 + { "notls", TLSminc(-5) }, { NULL, 0 } }; @@ -112,6 +114,8 @@ main (int argc, char **argv) case NOCHKSW: case SNOOPSW: case SASLSW: + case TLSSW: + case NTLSSW: vec[vecp++] = --cp; continue;