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
+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
unsigned int length, sum=0;
time_t gmt_time = val;
-#ifdef macintosh
- unix_time_to_msl_time (&gmt_time);
-#endif
gtime = gmtime(&gmt_time);
/*