diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2006-04-14 22:38:00 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2006-04-14 22:38:00 +0000 |
| commit | 69ff87b7502fe2edb5ca04b3050b8bf9903e5332 (patch) | |
| tree | 2722093a7244c5df8c54bb30a874669a4b815d25 /src/include | |
| parent | 6ca528fbea27b0d8d42c5f2802e15b507c4da945 (diff) | |
| download | krb5-69ff87b7502fe2edb5ca04b3050b8bf9903e5332.tar.gz krb5-69ff87b7502fe2edb5ca04b3050b8bf9903e5332.tar.xz krb5-69ff87b7502fe2edb5ca04b3050b8bf9903e5332.zip | |
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
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/k5-int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/k5-int.h b/src/include/k5-int.h index dcb13af5c..d80db9dc7 100644 --- a/src/include/k5-int.h +++ b/src/include/k5-int.h @@ -749,7 +749,7 @@ krb5_error_code krb5_crypto_us_timeofday (krb5_int32 *, krb5_int32 *); -time_t gmt_mktime (struct tm *); +time_t krb5int_gmt_mktime (struct tm *); #endif /* KRB5_OLD_CRYPTO */ |
