remove setting of DES_check_key, all code uses DES_set_key_checked

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14682 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-03-23 16:22:39 +00:00
parent 07757ea5a2
commit 692e21b3e7

View File

@@ -141,10 +141,6 @@ char valid_opts[] = "Bd:hklnS:u:UL:y"
static void doit(struct sockaddr*, int);
#ifdef ENCRYPTION
extern int DES_check_key;
#endif
int
main(int argc, char **argv)
{
@@ -155,9 +151,6 @@ main(int argc, char **argv)
int ch;
#if defined(IPPROTO_IP) && defined(IP_TOS)
int tos = -1;
#endif
#ifdef ENCRYPTION
DES_check_key = 1; /* Kludge for Mac NCSA telnet 2.6 /bg */
#endif
pfrontp = pbackp = ptyobuf;
netip = netibuf;