summaryrefslogtreecommitdiff
path: root/source3/include/krb5_protos.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-01-05 11:34:12 +1100
committerAndrew Bartlett <abartlet@samba.org>2012-01-10 21:50:07 +0100
commitcfe68f2d5fbd749c3dce7a1a5fa67d2d0a631bf2 (patch)
tree1634ea90b85f54d9c2f126d716ed2f8505cbbf13 /source3/include/krb5_protos.h
parent0c6af1e2da4619634c3806b5c0ee022bef935bb5 (diff)
downloadsamba-cfe68f2d5fbd749c3dce7a1a5fa67d2d0a631bf2.tar.gz
samba-cfe68f2d5fbd749c3dce7a1a5fa67d2d0a631bf2.tar.bz2
samba-cfe68f2d5fbd749c3dce7a1a5fa67d2d0a631bf2.zip
krb5: Require krb5_set_real_time is available to build with krb5
Diffstat (limited to 'source3/include/krb5_protos.h')
-rw-r--r--source3/include/krb5_protos.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/include/krb5_protos.h b/source3/include/krb5_protos.h
index 37fc1c6cd5..32f995cf5d 100644
--- a/source3/include/krb5_protos.h
+++ b/source3/include/krb5_protos.h
@@ -42,10 +42,6 @@ krb5_error_code smb_krb5_unparse_name(TALLOC_CTX *mem_ctx,
krb5_const_principal principal,
char **unix_name);
-#ifndef HAVE_KRB5_SET_REAL_TIME
-krb5_error_code krb5_set_real_time(krb5_context context, int32_t seconds, int32_t microseconds);
-#endif
-
krb5_error_code krb5_set_default_tgs_ktypes(krb5_context ctx, const krb5_enctype *enc);
#if defined(HAVE_KRB5_AUTH_CON_SETKEY) && !defined(HAVE_KRB5_AUTH_CON_SETUSERUSERKEY)