aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2008-12-31 01:58:49 +0000
committerKen Raeburn <raeburn@mit.edu>2008-12-31 01:58:49 +0000
commite70c58de49fb96fdc44a472862e0a989203817ce (patch)
treec874fce5c5bf557318efbecc600e53af7202dd45 /src
parented7267181ab5af027593cdfc25c7d6dc95e5f6e4 (diff)
downloadkrb5-e70c58de49fb96fdc44a472862e0a989203817ce.zip
krb5-e70c58de49fb96fdc44a472862e0a989203817ce.tar.gz
krb5-e70c58de49fb96fdc44a472862e0a989203817ce.tar.bz2
I don't know what it was that someone else didn't know, but it doesn't
belong in the copyright header. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@21642 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/lib/crypto/keyhash_provider/hmac_md5.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/lib/crypto/keyhash_provider/hmac_md5.c b/src/lib/crypto/keyhash_provider/hmac_md5.c
index 0f51092..53da03a 100644
--- a/src/lib/crypto/keyhash_provider/hmac_md5.c
+++ b/src/lib/crypto/keyhash_provider/hmac_md5.c
@@ -1,9 +1,7 @@
/*
* lib/crypto/keyhash_provider/hmac_md5.c
*
-(I don't know)
-.
- * Copyright2001 by the Massachusetts Institute of Technology.
+ * Copyright 2001 by the Massachusetts Institute of Technology.
* All Rights Reserved.
*
* Export of this software from the United States of America may
@@ -26,8 +24,8 @@
* or implied warranty.
*
*
-* Implementation of the Microsoft hmac-md5 checksum type.
-* Implemented based on draft-brezak-win2k-krb-rc4-hmac-03
+ * Implementation of the Microsoft hmac-md5 checksum type.
+ * Implemented based on draft-brezak-win2k-krb-rc4-hmac-03
*/
#include "k5-int.h"