aboutsummaryrefslogtreecommitdiff
path: root/crypto/heimdal/appl/rsh/rshd.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/appl/rsh/rshd.c')
-rw-r--r--crypto/heimdal/appl/rsh/rshd.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/crypto/heimdal/appl/rsh/rshd.c b/crypto/heimdal/appl/rsh/rshd.c
index f9b685768bd6..d01885687b1a 100644
--- a/crypto/heimdal/appl/rsh/rshd.c
+++ b/crypto/heimdal/appl/rsh/rshd.c
@@ -32,15 +32,18 @@
*/
#include "rsh_locl.h"
-RCSID("$Id: rshd.c,v 1.29 1999/12/02 17:04:56 joda Exp $");
+RCSID("$Id: rshd.c,v 1.30 2000/02/06 05:58:56 assar Exp $");
enum auth_method auth_method;
krb5_context context;
krb5_keyblock *keyblock;
krb5_crypto crypto;
+
+#ifdef KRB4
des_key_schedule schedule;
des_cblock iv;
+#endif
krb5_ccache ccache, ccache2;
int kerberos_status = 0;