From 69ff87b7502fe2edb5ca04b3050b8bf9903e5332 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Fri, 14 Apr 2006 22:38:00 +0000 Subject: 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') 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 */ -- cgit