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:
@@ -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.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user