From: Zhanna Tsitkov Date: Mon, 16 Nov 2009 18:09:26 +0000 (+0000) Subject: Typo fix X-Git-Tag: krb5-1.8-alpha1~177 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0c712ac10a14219299aeb1dbe89c15bf553451b5;p=krb5.git Typo fix git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23238 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/crypto/krb/keyhash_provider/md5_hmac.c b/src/lib/crypto/krb/keyhash_provider/md5_hmac.c index a10d8303c..7e44a03f8 100644 --- 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 };