Move gmt_mktime.c from lib/krb5/os to util/support, and rename the function.
authorKen Raeburn <raeburn@mit.edu>
Fri, 14 Apr 2006 22:38:00 +0000 (22:38 +0000)
committerKen Raeburn <raeburn@mit.edu>
Fri, 14 Apr 2006 22:38:00 +0000 (22:38 +0000)
commit69ff87b7502fe2edb5ca04b3050b8bf9903e5332
tree2722093a7244c5df8c54bb30a874669a4b815d25
parent6ca528fbea27b0d8d42c5f2802e15b507c4da945
Move gmt_mktime.c from lib/krb5/os to util/support, and rename the function.
Stop exporting gmt_mktime from libkrb5, and export krb5int_gmt_mktime from
libkrb5support.  Updated the one caller, asn1_decode.c.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17921 dc483132-0cff-0310-8789-dd5450dbe970
src/include/k5-int.h
src/lib/krb5/asn.1/asn1_decode.c
src/lib/krb5/libkrb5.exports
src/lib/krb5/os/Makefile.in
src/util/support/Makefile.in
src/util/support/gmt_mktime.c [moved from src/lib/krb5/os/gmt_mktime.c with 97% similarity]
src/util/support/libkrb5support.exports