summaryrefslogtreecommitdiff
path: root/lib/libtelnet/encrypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libtelnet/encrypt.c')
-rw-r--r--lib/libtelnet/encrypt.c5
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");
}
/*