summaryrefslogtreecommitdiffstats
path: root/src/include/k5-int.h
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2011-10-31 16:43:40 +0000
committerGreg Hudson <ghudson@mit.edu>2011-10-31 16:43:40 +0000
commit286b215bd829075f04576b65d55993fdc8e11b47 (patch)
treebd4fda8d31df89764280c31b7ec7b3ddfee16abe /src/include/k5-int.h
parent56f47810be476764db26a68f071cb0ddd8a325fd (diff)
downloadkrb5-286b215bd829075f04576b65d55993fdc8e11b47.tar.gz
krb5-286b215bd829075f04576b65d55993fdc8e11b47.tar.xz
krb5-286b215bd829075f04576b65d55993fdc8e11b47.zip
Make krb5_check_clockskew public
Rename krb5int_check_clockskew to krb5_check_clockskew and make it public, in order to give kdcpreauth plugins a way to check timestamps against the configured clock skew. ticket: 6996 target_version: 1.10 tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25424 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/k5-int.h')
-rw-r--r--src/include/k5-int.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/k5-int.h b/src/include/k5-int.h
index 92cbe87f5e..fec4a7f807 100644
--- a/src/include/k5-int.h
+++ b/src/include/k5-int.h
@@ -2693,7 +2693,6 @@ krb5_error_code krb5_set_debugging_time(krb5_context, krb5_timestamp,
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
*/