* krb5.hin: Add krb5_secure_config_profile prototype.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6927
dc483132-0cff-0310-8789-
dd5450dbe970
+Thu Oct 5 07:34:51 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
+
+ * k5-int.h: Add profile_secure to context.
+
+ * krb5.hin: Add krb5_secure_config_profile prototype.
+
Fri Sep 29 15:17:30 1995 Theodore Y. Ts'o <tytso@dcl>
* Makefile.in: If krb5/autoconf.h doesn't exist, cd to krb5 and
krb5_cksumtype kdc_req_sumtype;
krb5_flags kdc_default_options;
krb5_flags library_options;
+ krb5_boolean profile_secure;
};
#define KRB5_LIBOPT_SYNC_KDCTIME 0x0001
krb5_error_code INTERFACE krb5_set_config_files
KRB5_PROTOTYPE ((krb5_context, krb5_const char **));
+krb5_error_code INTERFACE krb5_secure_config_files
+ KRB5_PROTOTYPE ((krb5_context));
+
krb5_error_code krb5_encode_kdc_rep
KRB5_PROTOTYPE((krb5_context,
krb5_const krb5_msgtype,