removed multiple defined variables
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@245 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -79,6 +79,7 @@ RCSID("$Id$");
|
|||||||
*/
|
*/
|
||||||
void (*encrypt_output) P((unsigned char *, int));
|
void (*encrypt_output) P((unsigned char *, int));
|
||||||
int (*decrypt_input) P((int));
|
int (*decrypt_input) P((int));
|
||||||
|
char *nclearto;
|
||||||
|
|
||||||
int encrypt_debug_mode = 0;
|
int encrypt_debug_mode = 0;
|
||||||
static int decrypt_mode = 0;
|
static int decrypt_mode = 0;
|
||||||
|
@@ -67,7 +67,7 @@ extern char *new_login;
|
|||||||
|
|
||||||
extern slcfun slctab[NSLC + 1]; /* slc mapping table */
|
extern slcfun slctab[NSLC + 1]; /* slc mapping table */
|
||||||
|
|
||||||
char *terminaltype;
|
extern char *terminaltype;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* I/O data buffers, pointers, and counters.
|
* I/O data buffers, pointers, and counters.
|
||||||
|
@@ -102,14 +102,6 @@ int SYNCHing; /* we are in TELNET SYNCH mode */
|
|||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#if defined(ENCRYPTION)
|
|
||||||
void (*encrypt_output) P((unsigned char *, int));
|
|
||||||
int (*decrypt_input) P((int));
|
|
||||||
char *nclearto;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* The following are some clocks used to decide how to interpret
|
* The following are some clocks used to decide how to interpret
|
||||||
* the relationship between various variables.
|
* the relationship between various variables.
|
||||||
|
Reference in New Issue
Block a user