From 4281165e025620782ea39bdca77aaf65cd704899 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Fri, 20 Jul 2007 08:51:58 +0000 Subject: Pull out code for looking up the current time, comparing the offset of a supplied timestamp against the configured maximum clock skew, and possibly generating an error message, into a separate routine. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19722 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/k5-int.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') diff --git a/src/include/k5-int.h b/src/include/k5-int.h index b5791a926..197dc6367 100644 --- a/src/include/k5-int.h +++ b/src/include/k5-int.h @@ -2450,6 +2450,7 @@ krb5_error_code krb5_use_natural_time (krb5_context); krb5_error_code krb5_set_time_offsets (krb5_context, krb5_timestamp, krb5_int32); +krb5_error_code krb5int_check_clockskew(krb5_context, krb5_timestamp); /* * The realm iterator functions */ -- cgit