aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>1999-12-15 02:10:15 +0000
committerKen Raeburn <raeburn@mit.edu>1999-12-15 02:10:15 +0000
commita707634cdc219f15718ba4e6e423b68a27111e5f (patch)
tree2131a4fc766fc95813f95944e9c29ba6492e8fba /src
parentdde0a3d9c818cf3da50cbd52b3f6faf772360e4b (diff)
downloadkrb5-a707634cdc219f15718ba4e6e423b68a27111e5f.zip
krb5-a707634cdc219f15718ba4e6e423b68a27111e5f.tar.gz
krb5-a707634cdc219f15718ba4e6e423b68a27111e5f.tar.bz2
* krb5.hin (krb5_secure_config_files): Delete declaration.
(krb5_init_secure_context): Declare. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11955 dc483132-0cff-0310-8789-dd5450dbe970
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 9c25d96..01fb1b4 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 ed54aa6..28f3540 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,