summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ChangeLog4
-rw-r--r--src/include/k5-int.h1
-rw-r--r--src/include/krb5.hin3
3 files changed, 4 insertions, 4 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog
index b3eebeb0f..3a2976d58 100644
--- a/src/include/ChangeLog
+++ b/src/include/ChangeLog
@@ -1,3 +1,7 @@
+Wed Nov 13 14:28:08 1996 Tom Yu <tlyu@mit.edu>
+
+ * k5-int.h, krb5.hin: Revert kt_default_name changes.
+
Tue Nov 12 22:04:41 1996 Tom Yu <tlyu@mit.edu>
* krb5.hin: Add definition for krb5_kt_set_default_name().
diff --git a/src/include/k5-int.h b/src/include/k5-int.h
index 977b34e9d..f6f30ef5c 100644
--- a/src/include/k5-int.h
+++ b/src/include/k5-int.h
@@ -926,7 +926,6 @@ struct _krb5_context {
krb5_boolean profile_secure;
int fcc_default_format;
int scc_default_format;
- char FAR *kt_default_name;
};
#define KRB5_LIBOPT_SYNC_KDCTIME 0x0001
diff --git a/src/include/krb5.hin b/src/include/krb5.hin
index 9b4703e29..8696e94d8 100644
--- a/src/include/krb5.hin
+++ b/src/include/krb5.hin
@@ -1551,9 +1551,6 @@ krb5_error_code krb5_kt_default_name
KRB5_PROTOTYPE((krb5_context,
char *,
int ));
-krb5_error_code krb5_kt_set_default_name
- KRB5_PROTOTYPE((krb5_context,
- char *));
krb5_error_code krb5_kt_default
KRB5_PROTOTYPE((krb5_context,
krb5_keytab * ));