projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9063f42
)
No C++ style comments in C code please
author
Ken Raeburn
<raeburn@mit.edu>
Mon, 5 Jan 2009 22:44:41 +0000
(22:44 +0000)
committer
Ken Raeburn
<raeburn@mit.edu>
Mon, 5 Jan 2009 22:44:41 +0000
(22:44 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@21702
dc483132
-0cff-0310-8789-
dd5450dbe970
src/kdc/kdc_preauth.c
patch
|
blob
|
history
diff --git
a/src/kdc/kdc_preauth.c
b/src/kdc/kdc_preauth.c
index 51c16739d72f26a1fa233114a812eac91e1cbe1e..c059216a1199c0508169e6e41fa736025d7fa0bb 100644
(file)
--- a/
src/kdc/kdc_preauth.c
+++ b/
src/kdc/kdc_preauth.c
@@
-263,13
+263,13
@@
static krb5_preauth_systems static_preauth_systems[] = {
"pkinit",
KRB5_PADATA_PK_AS_REQ,
PA_SUFFICIENT,
- NULL, /
/ pa_sys_context
- NULL, /
/ init
- NULL, /
/ fini
+ NULL, /
* pa_sys_context */
+ NULL, /
* init */
+ NULL, /
* fini */
get_pkinit_edata,
verify_pkinit_request,
return_pkinit_response,
- NULL /
/ free_pa_request_context
+ NULL /
* free_pa_request_context */
},
#endif /* APPLE_PKINIT */
{