+Sat Feb 24 09:27:08 1996 Ezra Peisach <epeisach@kangaroo.mit.edu>
+
+ * g_svc_in_tkt.c, put_svc_key.c, rd_req.c, rd_svc_key.c: Declare
+ krb__get_srvtabname().
+
Sat Jan 27 01:05:12 1996 Mark Eichin <eichin@cygnus.com>
* kuserok.c: use HAVE_SETEUID and HAVE_SETRESUID to figure out how
#define NULL 0
#endif
+extern char *krb__get_srvtabname();
+
/*
* This file contains two routines: srvtab_to_key(), which gets
* a server's key from a srvtab file, and krb_get_svc_in_tkt() which
#include <unistd.h>
#endif
+extern char *krb__get_srvtabname();
+
#define KEYSZ sizeof(C_Block)
/* strict put_svc_key.
The srvtab must already exist;
extern int krb_ap_req_debug;
+extern char *krb__get_srvtabname();
+
/* declared in krb.h */
int krb_ignore_ip_address = 0;
#include <stdio.h>
#include <string.h>
+extern char *krb__get_srvtabname();
+
/*
* The private keys for servers on a given host are stored in a
* "srvtab" file (typically "/etc/srvtab"). This routine extracts