projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
803595c
)
* k5-int.h: Update prototype to sync with changes in preauth2.c
author
Tom Yu
<tlyu@mit.edu>
Mon, 13 Mar 2000 20:26:04 +0000
(20:26 +0000)
committer
Tom Yu
<tlyu@mit.edu>
Mon, 13 Mar 2000 20:26:04 +0000
(20:26 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12105
dc483132
-0cff-0310-8789-
dd5450dbe970
src/include/ChangeLog
patch
|
blob
|
history
src/include/k5-int.h
patch
|
blob
|
history
diff --git
a/src/include/ChangeLog
b/src/include/ChangeLog
index e4e7b32fce9dcb3b11543dd219cb55a00badeedc..6ef98ebccf4d55686f4d0171b5ca1b45b0477394 100644
(file)
--- a/
src/include/ChangeLog
+++ b/
src/include/ChangeLog
@@
-1,3
+1,7
@@
+2000-03-13 Tom Yu <tlyu@mit.edu>
+
+ * k5-int.h: Update prototype to sync with changes in preauth2.c.
+
2000-02-06 Ken Raeburn <raeburn@mit.edu>
Patches from Frank Cusack for hw preauth.
diff --git
a/src/include/k5-int.h
b/src/include/k5-int.h
index b573544a80326f68418c50d6f8c7c1f898955532..26a9c73d6299ce138c2a57091c935133e0906458 100644
(file)
--- a/
src/include/k5-int.h
+++ b/
src/include/k5-int.h
@@
-973,7
+973,8
@@
KRB5_PROTOTYPE((krb5_context context,
krb5_error_code krb5_do_preauth
KRB5_PROTOTYPE((krb5_context, krb5_kdc_req *,
krb5_pa_data **, krb5_pa_data ***,
- krb5_data *, krb5_keyblock *,
+ krb5_data *, krb5_enctype *,
+ krb5_keyblock *,
krb5_prompter_fct, void *,
krb5_gic_get_as_key_fct, void *));