commit some forgotten changes

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10809 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2002-01-18 12:58:49 +00:00
parent a574aa640b
commit e262f873e5
3 changed files with 11 additions and 0 deletions

View File

@@ -952,6 +952,13 @@ encrypt_delay(void)
return 0;
}
int encrypt_is_encrypting()
{
if (encrypt_output && decrypt_input)
return 1;
return 0;
}
void
encrypt_debug(int mode)
{