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:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user