2001-04-10 Ken Raeburn <raeburn@mit.edu>
+ * cr_err_repl.c (req_act_vno): Delete commented-out declaration.
+
* kparse.c, send_to_kdc.c: Don't use macro PROTOTYPE.
2001-01-29 Tom Yu <tlyu@mit.edu>
#include "prot.h"
#include <string.h>
-/*
- * This is only needed for backwards compatibility for Kerberos V3 (!)
- * and it causes problems for shared libraries. So I've yanked it.
- */
-#if 0
-extern int req_act_vno; /* this is defined in the kerberos
- * server code */
-#endif
-
/*
* This routine is used by the Kerberos authentication server to
* create an error reply packet to send back to its client.