aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Howard <lukeh@padl.com>2008-12-31 05:01:45 +0000
committerLuke Howard <lukeh@padl.com>2008-12-31 05:01:45 +0000
commit921351a6a21dfa8259c9d09f275375c854c0d79e (patch)
tree4477e120b7d9048a34e6fdeaa038635b47d8663b
parentc321a65f7c27e69bcd7ec17c2d450f61cc448c4b (diff)
downloadkrb5-921351a6a21dfa8259c9d09f275375c854c0d79e.zip
krb5-921351a6a21dfa8259c9d09f275375c854c0d79e.tar.gz
krb5-921351a6a21dfa8259c9d09f275375c854c0d79e.tar.bz2
Cleanup
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/mskrb-integ@21643 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--src/lib/crypto/keyhash_provider/md5_hmac.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/crypto/keyhash_provider/md5_hmac.c b/src/lib/crypto/keyhash_provider/md5_hmac.c
index d11b985..8c25915 100644
--- a/src/lib/crypto/keyhash_provider/md5_hmac.c
+++ b/src/lib/crypto/keyhash_provider/md5_hmac.c
@@ -1,8 +1,6 @@
/*
* lib/crypto/keyhash_provider/md5_hmac.c
*
-(I don't know)
-.
* Copyright2001 by the Massachusetts Institute of Technology.
* All Rights Reserved.
*
@@ -25,9 +23,7 @@
* this software for any purpose. It is provided "as is" without express
* or implied warranty.
*
- *
-* Implementation of the Microsoft hmac-md5 checksum type.
-* Implemented based on draft-brezak-win2k-krb-rc4-hmac-03
+ * Implementation of Microsoft KERB_CHECKSUM_MD5_HMAC
*/
#include "k5-int.h"