projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f449ab
)
Typo fix
author
Zhanna Tsitkov
<tsitkova@mit.edu>
Mon, 16 Nov 2009 18:09:26 +0000
(18:09 +0000)
committer
Zhanna Tsitkov
<tsitkova@mit.edu>
Mon, 16 Nov 2009 18:09:26 +0000
(18:09 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23238
dc483132
-0cff-0310-8789-
dd5450dbe970
src/lib/crypto/krb/keyhash_provider/md5_hmac.c
patch
|
blob
|
history
diff --git
a/src/lib/crypto/krb/keyhash_provider/md5_hmac.c
b/src/lib/crypto/krb/keyhash_provider/md5_hmac.c
index a10d8303c45f49e61c565f7b37da6c5f9d2952a6..7e44a03f8a1d261bddfe234b625d27f6900b4f4e 100644
(file)
--- a/
src/lib/crypto/krb/keyhash_provider/md5_hmac.c
+++ b/
src/lib/crypto/krb/keyhash_provider/md5_hmac.c
@@
-60,6
+60,6
@@
k5_md5_hmac_hash (krb5_key key, krb5_keyusage usage,
const struct krb5_keyhash_provider krb5int_keyhash_md5_hmac = {
16,
k5_md5_hmac_hash,
- NULL /*checksum again*/
+ NULL
,
/*checksum again*/
NULL, NULL
};