summaryrefslogtreecommitdiff
path: root/auth-krb4.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth-krb4.c')
-rw-r--r--auth-krb4.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/auth-krb4.c b/auth-krb4.c
index 21a9625e3..80e8f4292 100644
--- a/auth-krb4.c
+++ b/auth-krb4.c
@@ -28,7 +28,7 @@
28#include "ssh.h" 28#include "ssh.h"
29#include "servconf.h" 29#include "servconf.h"
30 30
31RCSID("$OpenBSD: auth-krb4.c,v 1.19 2000/10/03 18:03:02 markus Exp $"); 31RCSID("$OpenBSD: auth-krb4.c,v 1.20 2000/12/19 23:17:54 markus Exp $");
32 32
33#ifdef KRB4 33#ifdef KRB4
34char *ticket = NULL; 34char *ticket = NULL;
@@ -46,7 +46,7 @@ auth_krb4_password(struct passwd * pw, const char *password)
46 AUTH_DAT adata; 46 AUTH_DAT adata;
47 KTEXT_ST tkt; 47 KTEXT_ST tkt;
48 struct hostent *hp; 48 struct hostent *hp;
49 unsigned long faddr; 49 u_long faddr;
50 char localhost[MAXHOSTNAMELEN]; 50 char localhost[MAXHOSTNAMELEN];
51 char phost[INST_SZ]; 51 char phost[INST_SZ];
52 char realm[REALM_SZ]; 52 char realm[REALM_SZ];