Minor fixup

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@261 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Björn Groenvall
1996-02-11 17:22:54 +00:00
parent 7d69e8a197
commit f565996a72
3 changed files with 13 additions and 11 deletions

View File

@@ -496,8 +496,11 @@ EncryptAutoDec(int on)
void
encrypt_not(void)
{
if(encrypt_verbose)
printf("[ Connection is NOT encrypted ]\r\n");
if (encrypt_verbose)
printf("[ Connection is NOT encrypted ]\r\n");
else
printf("\r\n*** Connection not encrypted! "
"Communication may be eavesdropped. ***\r\n");
}
/*