Print message about not encrypting when receiving WONT or DONT encrypt.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@247 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Unknown User d91-jda
1996-02-11 04:09:28 +00:00
parent fcb08660bc
commit 74f17a8ba2
3 changed files with 24 additions and 6 deletions

View File

@@ -498,6 +498,15 @@ EncryptAutoDec(on)
return(1);
}
/* Called when we receive a WONT or a DONT ENCRYPT after we sent a DO
encrypt */
void
encrypt_not(void)
{
if(encrypt_verbose)
printf("[ Connection is NOT encrypted ]\r\n");
}
/*
* Called when ENCRYPT SUPPORT is received.
*/