summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1995-11-09 05:05:28 +0000
committerTheodore Tso <tytso@mit.edu>1995-11-09 05:05:28 +0000
commita3b6e695282f6b944c7f0580667a6efc1eeb1602 (patch)
treed1944bf0821fe422b075644e6740d131a8dc4654
parent5a341becfda1deaf4dd590b70939c0c622597d1e (diff)
downloadkrb5-a3b6e695282f6b944c7f0580667a6efc1eeb1602.tar.gz
krb5-a3b6e695282f6b944c7f0580667a6efc1eeb1602.tar.xz
krb5-a3b6e695282f6b944c7f0580667a6efc1eeb1602.zip
Remove etype_info from the argument list of krb5_obtain_padata
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7072 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--src/include/ChangeLog5
-rw-r--r--src/include/k5-int.h1
2 files changed, 5 insertions, 1 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog
index a63c4e76dc..275027010c 100644
--- a/src/include/ChangeLog
+++ b/src/include/ChangeLog
@@ -1,3 +1,8 @@
+Thu Nov 9 00:04:52 1995 Theodore Y. Ts'o <tytso@dcl>
+
+ * k5-int.h: Remove etype_info from the argument list of
+ krb5_obtain_padata.
+
Wed Nov 8 02:53:48 1995 Theodore Y. Ts'o <tytso@dcl>
* krb5.hin: Add preauthentication type KRB5_PADATA_ETYPE_INFO.
diff --git a/src/include/k5-int.h b/src/include/k5-int.h
index 01e5f97537..91b8db4204 100644
--- a/src/include/k5-int.h
+++ b/src/include/k5-int.h
@@ -844,7 +844,6 @@ typedef struct _krb5_preauth_ops {
krb5_error_code krb5_obtain_padata
KRB5_PROTOTYPE((krb5_context,
krb5_pa_data **,
- krb5_etype_info,
krb5_error_code ( * )(krb5_context,
krb5_const krb5_enctype,
krb5_data *,