svn rev #23238: trunk/src/lib/crypto/krb/keyhash_provider/

tsitkova@MIT.EDU tsitkova at MIT.EDU
Mon Nov 16 13:09:26 EST 2009


http://src.mit.edu/fisheye/changelog/krb5/?cs=23238
Commit By: tsitkova
Log Message:
Typo fix



Changed Files:
U   trunk/src/lib/crypto/krb/keyhash_provider/md5_hmac.c
Modified: trunk/src/lib/crypto/krb/keyhash_provider/md5_hmac.c
===================================================================
--- trunk/src/lib/crypto/krb/keyhash_provider/md5_hmac.c	2009-11-16 17:30:09 UTC (rev 23237)
+++ trunk/src/lib/crypto/krb/keyhash_provider/md5_hmac.c	2009-11-16 18:09:26 UTC (rev 23238)
@@ -60,6 +60,6 @@
 const struct krb5_keyhash_provider krb5int_keyhash_md5_hmac = {
   16,
   k5_md5_hmac_hash,
-  NULL /*checksum  again*/
+  NULL, /*checksum  again*/
   NULL, NULL
 };




More information about the cvs-krb5 mailing list