aboutsummaryrefslogtreecommitdiff
path: root/crypto/heimdal/appl/telnet/telnet/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/appl/telnet/telnet/main.c')
-rw-r--r--crypto/heimdal/appl/telnet/telnet/main.c32
1 files changed, 10 insertions, 22 deletions
diff --git a/crypto/heimdal/appl/telnet/telnet/main.c b/crypto/heimdal/appl/telnet/telnet/main.c
index bb358a8d8823..c527608faf10 100644
--- a/crypto/heimdal/appl/telnet/telnet/main.c
+++ b/crypto/heimdal/appl/telnet/telnet/main.c
@@ -38,7 +38,7 @@ static char *copyright[] = {
};
#include "telnet_locl.h"
-RCSID("$Id: main.c 21731 2007-07-30 20:01:26Z lha $");
+RCSID("$Id$");
#if KRB5
#define FORWARD
@@ -138,12 +138,12 @@ krb5_init(void)
kerberos5_set_forwardable(1);
#endif
#ifdef ENCRYPTION
- krb5_appdefault_boolean(context, NULL,
+ krb5_appdefault_boolean(context, NULL,
NULL, "encrypt",
0, &ret_val);
if (ret_val) {
encrypt_auto(1);
- decrypt_auto(1);
+ decrypt_auto(1);
wantencryption = 1;
EncryptVerbose(1);
}
@@ -153,11 +153,6 @@ krb5_init(void)
}
#endif
-#if defined(AUTHENTICATION) && defined(KRB4)
-extern char *dest_realm, dst_realm_buf[];
-extern int dst_realm_sz;
-#endif
-
int
main(int argc, char **argv)
{
@@ -169,7 +164,7 @@ main(int argc, char **argv)
#ifdef KRB5
krb5_init();
#endif
-
+
tninit(); /* Clear out things */
TerminalSaveState();
@@ -183,10 +178,10 @@ main(int argc, char **argv)
rlogin = (strncmp(prompt, "rlog", 4) == 0) ? '~' : _POSIX_VDISABLE;
- /*
+ /*
* if AUTHENTICATION and ENCRYPTION is set autologin will be
* se to true after the getopt switch; unless the -K option is
- * passed
+ * passed
*/
autologin = -1;
@@ -280,17 +275,10 @@ main(int argc, char **argv)
#endif
break;
case 'k':
-#if defined(AUTHENTICATION) && defined(KRB4)
- {
- dest_realm = dst_realm_buf;
- strlcpy(dest_realm, optarg, dst_realm_sz);
- }
-#else
- fprintf(stderr,
- "%s: Warning: -k ignored, no Kerberos V4 support.\n",
- prompt);
-#endif
- break;
+ fprintf(stderr,
+ "%s: Warning: -k ignored, no Kerberos V4 support.\n",
+ prompt);
+ break;
case 'l':
if(autologin == 0){
fprintf(stderr, "%s: Warning: -K ignored\n", prompt);