add prototypes for finddecryption and encrypt_delay
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3744 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -59,6 +59,7 @@
|
||||
|
||||
#if defined(ENCRYPTION)
|
||||
Encryptions *findencryption (int);
|
||||
Encryptions *finddecryption(int);
|
||||
int EncryptAutoDec(int);
|
||||
int EncryptAutoEnc(int);
|
||||
int EncryptDebug(int);
|
||||
@@ -101,6 +102,7 @@ void encrypt_start_output(int);
|
||||
void encrypt_support(unsigned char*, int);
|
||||
void encrypt_verbose_quiet(int);
|
||||
void encrypt_wait(void);
|
||||
int encrypt_delay(void);
|
||||
|
||||
#ifdef TELENTD
|
||||
void encrypt_wait (void);
|
||||
|
Reference in New Issue
Block a user