r22468: Fixing implicit declaration of krb5_set_default_tgs_ktypes (which is hidden by
authorGünther Deschner <gd@samba.org>
Sun, 22 Apr 2007 21:21:26 +0000 (21:21 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:19:37 +0000 (12:19 -0500)
KRB5_PRIVATE in MIT and doesn't exist on Heimdal).

Guenther

source/include/includes.h

index 90d2723251034305dce932156b3268d02e75e1b5..b6b0d470d7beb8f8044e08c58deecf2a37b3062e 100644 (file)
@@ -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);