hrm, how this could happen?
as a side comment, is anyone else getting several warnings when compiling
this file?
looking at the des_key_sched() manpage by instance, shows slightly different
args, and since it comes from openssl...
f.-
--- kerberos.c.orig Mon Oct 8 22:48:18 2001
+++ kerberos.c Mon Oct 8 22:48:29 2001
@@ -208,7 +208,7 @@
* process is complete.
*/
- len = from64tobits(buf2, buf1, sizeof(buf2x));
+ len = from64tobits(buf2, buf1, sizeof(buf2));
if (len < 0) {
report(stderr, GT_("could not decode BASE64 ready response\n"));
return PS_AUTHFAIL;