free_filespecs(filenames);
}
-
-krb5_error_code
-krb5_secure_config_files(krb5_context ctx)
-{
- /* Obsolete interface; always return an error.
- * This function should be removed next time a major version
- * number change happens.
- */
- krb5_error_code retval = 0;
-
- if (ctx->profile) {
- profile_release(ctx->profile);
- ctx->profile = 0;
- }
-
- ctx->profile_secure = TRUE;
- retval = os_init_paths(ctx, FALSE);
- if (retval)
- return retval;
-
- return KRB5_OBSOLETE_FN;
-}
-
void
krb5_os_free_context(krb5_context ctx)
{
krb5_error_code krb5_try_realm_txt_rr(const char *, const char *,
char **realm);
-/* Obsolete interface - leave prototype here until code removed */
-krb5_error_code krb5_secure_config_files(krb5_context ctx);
-
void krb5int_debug_fprint (const char *fmt, ...);
int _krb5_use_dns_realm (krb5_context);