krb5: Require krb5_set_real_time is available to build with krb5
[ira/wip.git] / source4 / auth / kerberos / kerberos.h
index a4a3275b2b7f00fc6f4ddf326bd73b736c338af8..5aff56d8335334faeff8a5b3f29d37b944097243 100644 (file)
@@ -60,10 +60,6 @@ struct keytab_container {
 #define ENC_ALL_TYPES (ENC_CRC32 | ENC_RSA_MD5 | ENC_RC4_HMAC_MD5 |    \
                       ENC_HMAC_SHA1_96_AES128 | ENC_HMAC_SHA1_96_AES256)
 
-#ifndef HAVE_KRB5_SET_REAL_TIME
-krb5_error_code krb5_set_real_time(krb5_context context, int32_t seconds, int32_t microseconds);
-#endif
-
 #ifndef HAVE_KRB5_SET_DEFAULT_TGS_KTYPES
 krb5_error_code krb5_set_default_tgs_ktypes(krb5_context ctx, const krb5_enctype *enc);
 #endif