not the session key.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13180
dc483132-0cff-0310-8789-
dd5450dbe970
2001-04-13 Ken Raeburn <raeburn@mit.edu>
+ * ad_print.c (ad_print): Pass address of session key to
+ des_cblock_print_file, not the session key.
+
* g_tkt_svc.c (CredIsExpired): Don't use a variable named "time".
2001-04-13 Danilo Almeida <dalmeida@mit.edu>
#ifdef NOENCRYPTION
placebo_cblock_print(x->session);
#else /* Do Encryption */
- des_cblock_print_file(x->session,stdout);
+ des_cblock_print_file(&x->session,stdout);
#endif /* NOENCRYPTION */
/* skip reply for now */
}