actually gets used inside process_v4().
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10423
dc483132-0cff-0310-8789-
dd5450dbe970
+Thu Feb 5 19:17:25 1998 Tom Yu <tlyu@mit.edu>
+
+ * kerberos_v4.c: Move macro definition of klog earlier so that it
+ actually gets used inside process_v4().
+
Wed Feb 4 14:15:20 1998 Theodore Y. Ts'o <tytso@mit.edu>
* kerberos_v4.c (process_v4): Check the length of the incoming V4
#else
char * v4_klog KRB5_PROTOTYPE((int, char *, va_dcl));
#endif
+#define klog v4_klog
/* take this out when we don't need it anymore */
int krbONE = 1;
return(retval);
}
-#define klog v4_klog
#ifdef HAVE_STDARG_H
char * v4_klog( int type, const char *format, ...)
#else