summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/include/ChangeLog5
-rw-r--r--src/include/krb5.hin5
2 files changed, 7 insertions, 3 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog
index 9c25d96b3..01fb1b44a 100644
--- a/src/include/ChangeLog
+++ b/src/include/ChangeLog
@@ -1,3 +1,8 @@
+1999-11-23 Ken Raeburn <raeburn@mit.edu>
+
+ * krb5.hin (krb5_secure_config_files): Delete declaration.
+ (krb5_init_secure_context): Declare.
+
1999-11-02 Ken Raeburn <raeburn@raeburn.org>
* configure.in: Invoke KRB5_AC_INET6. Delete most of the 10-17
diff --git a/src/include/krb5.hin b/src/include/krb5.hin
index ed54aa63a..28f35408b 100644
--- a/src/include/krb5.hin
+++ b/src/include/krb5.hin
@@ -1379,6 +1379,8 @@ extern krb5_kt_ops krb5_kt_dfl_ops;
KRB5_DLLIMP krb5_error_code KRB5_CALLCONV krb5_init_context
KRB5_PROTOTYPE((krb5_context FAR *));
+KRB5_DLLIMP krb5_error_code KRB5_CALLCONV krb5_init_secure_context
+ KRB5_PROTOTYPE((krb5_context FAR *));
KRB5_DLLIMP void KRB5_CALLCONV krb5_free_context
KRB5_PROTOTYPE((krb5_context));
@@ -1825,9 +1827,6 @@ KRB5_DLLIMP krb5_error_code KRB5_CALLCONV
krb5_get_profile
KRB5_PROTOTYPE((krb5_context, profile_t *));
-krb5_error_code krb5_secure_config_files
- KRB5_PROTOTYPE ((krb5_context));
-
krb5_error_code krb5_send_tgs
KRB5_PROTOTYPE((krb5_context,
krb5_const krb5_flags,