From 664db1cff674073c8eeaf69256a73d11e7ed9e3c Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Sun, 22 Apr 2007 21:21:26 +0000 Subject: [PATCH] r22468: Fixing implicit declaration of krb5_set_default_tgs_ktypes (which is hidden by KRB5_PRIVATE in MIT and doesn't exist on Heimdal). Guenther --- source/include/includes.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/include/includes.h b/source/include/includes.h index 90d2723251..b6b0d470d7 100644 --- a/source/include/includes.h +++ b/source/include/includes.h @@ -1102,9 +1102,7 @@ krb5_error_code smb_krb5_unparse_name(krb5_context context, 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 #if defined(HAVE_KRB5_AUTH_CON_SETKEY) && !defined(HAVE_KRB5_AUTH_CON_SETUSERUSERKEY) krb5_error_code krb5_auth_con_setuseruserkey(krb5_context context, krb5_auth_context auth_context, krb5_keyblock *keyblock); -- 2.34.1