* asn1_encode.c (asn1_encode_generaltime): Remove call to
authorTom Yu <tlyu@mit.edu>
Mon, 24 Jun 2002 20:27:58 +0000 (20:27 +0000)
committerTom Yu <tlyu@mit.edu>
Mon, 24 Jun 2002 20:27:58 +0000 (20:27 +0000)
unix_time_to_msl_time(), as it's Mac OS 9 specific and was missed
in the previous change.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14562 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/asn.1/ChangeLog
src/lib/krb5/asn.1/asn1_encode.c

index eb76b60fb4682153741539f0c7fe5438c7bde5ef..f8968d673a7104d0aea2801cce9eda1396bc9bd8 100644 (file)
@@ -1,3 +1,9 @@
+2002-06-24  Tom Yu  <tlyu@mit.edu>
+
+       * asn1_encode.c (asn1_encode_generaltime): Remove call to
+       unix_time_to_msl_time(), as it's Mac OS 9 specific and was missed
+       in the previous change.
+
 2002-06-24 Alexandra Ellwood <lxs@mit.edu>
 
        * asn1_encode.c: Removed unused Mac OS 9 code
index 4ad3a7e64b131b7d9115176685d33c1051aff002..29256ea433e3d64df48d32e8465c7c34235e1de6 100644 (file)
@@ -199,9 +199,6 @@ asn1_error_code asn1_encode_generaltime(buf, val, retlen)
   unsigned int length, sum=0;
   time_t gmt_time = val;
 
-#ifdef macintosh
-  unix_time_to_msl_time (&gmt_time);
-#endif
   gtime = gmtime(&gmt_time);
 
   /*