diff options
author | joshua stein <jcs@cvs.openbsd.org> | 2001-09-18 00:48:59 +0000 |
---|---|---|
committer | joshua stein <jcs@cvs.openbsd.org> | 2001-09-18 00:48:59 +0000 |
commit | c9e5ae2f41128b0f6357b7914a08fb981977d4b3 (patch) | |
tree | 784021682391fe5084addfbeecf575c654b4d458 /lib/libtelnet/encrypt.c | |
parent | 89a3ad6f97026a3912b53ea2e8cfec07707d7dee (diff) |
Suppress eavesdropping warning
ok deraadt@
Diffstat (limited to 'lib/libtelnet/encrypt.c')
-rw-r--r-- | lib/libtelnet/encrypt.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libtelnet/encrypt.c b/lib/libtelnet/encrypt.c index 8c590ebf5e1..8c0404f3ef7 100644 --- a/lib/libtelnet/encrypt.c +++ b/lib/libtelnet/encrypt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: encrypt.c,v 1.5 2001/05/25 10:23:06 hin Exp $ */ +/* $OpenBSD: encrypt.c,v 1.6 2001/09/18 00:48:58 jcs Exp $ */ /* $KTH: encrypt.c,v 1.19 1997/11/02 03:58:03 assar Exp $ */ /*- @@ -507,9 +507,6 @@ encrypt_not(void) { if (encrypt_verbose) printf("[ Connection is NOT encrypted ]\r\n"); - else - printf("\r\n*** Connection not encrypted! " - "Communication may be eavesdropped. ***\r\n"); } /* |