as to have the correct pointer type when passed to
{mk,rd}_{safe,priv}() functions.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12807
dc483132-0cff-0310-8789-
dd5450dbe970
+2000-10-23 Tom Yu <tlyu@mit.edu>
+
+ * secure.h: Change SESSION to refer to &cred.session instead, so
+ as to have the correct pointer type when passed to
+ {mk,rd}_{safe,priv}() functions.
+
Tue Oct 10 05:01:21 2000 Ezra Peisach <epeisach@mit.edu>
* ftp.c (do_auth): Remove debugging printf which I inadvertantly
#include <stdio.h>
#define CRED_DECL extern CREDENTIALS cred;
-#define SESSION cred.session
+#define SESSION &cred.session
#define myaddr data_addr
#define hisaddr hisdataaddr