Fix mk_priv and mk_safe to work without DO_TIME
authorPaul Park <pjpark@mit.edu>
Thu, 27 Apr 1995 20:44:20 +0000 (20:44 +0000)
committerPaul Park <pjpark@mit.edu>
Thu, 27 Apr 1995 20:44:20 +0000 (20:44 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5572 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/krb/ChangeLog

index f41e7e7be9e87df9f1afcc8cc39f254d09e1d056..bad4d40bcea063ecbd98c8ab083928b6b8c216f6 100644 (file)
@@ -1,3 +1,12 @@
+
+Thu Apr 27 16:33:17 EDT 1995   Paul Park       (pjpark@mit.edu)
+
+       * mk_priv.c     - Back out previous change which always put in
+                         timestamp, regardless of DO_TIME setting and
+                         instead, clear out the replaydata before calling
+                         mk_priv_basic from mk_priv.
+       * mk_safe.c     - Same replaydata fix.
+
 Wed Apr 27 11:30:00 1995 Keith Vetter (keithv@fusion.com)
 
        * init_ctx.c: krb5_init_context wasn't checking return values.