summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2007-07-20 08:51:58 +0000
committerKen Raeburn <raeburn@mit.edu>2007-07-20 08:51:58 +0000
commit4281165e025620782ea39bdca77aaf65cd704899 (patch)
treeb4846a3416e52f963984a892cf17f10cfb4b48f3 /src/include
parenteec1bd8aa5fefd66deca49ebc38037d82818615d (diff)
downloadkrb5-4281165e025620782ea39bdca77aaf65cd704899.tar.gz
krb5-4281165e025620782ea39bdca77aaf65cd704899.tar.xz
krb5-4281165e025620782ea39bdca77aaf65cd704899.zip
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
Diffstat (limited to 'src/include')
-rw-r--r--src/include/k5-int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/k5-int.h b/src/include/k5-int.h
index b5791a9266..197dc6367a 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
*/