summaryrefslogtreecommitdiff
path: root/md5.c
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2012-02-18 21:28:29 +0100
committerNiels Möller <nisse@lysator.liu.se>2012-02-18 21:28:29 +0100
commita16dd13f199e3ccb806bb4832ef4335a12ba5901 (patch)
treeacf8855a7640b71cef581d7c8586770a16eec604 /md5.c
parentf12fdc75692b7bbdfa88a2494b6fa323c91a79ca (diff)
downloadnettle-a16dd13f199e3ccb806bb4832ef4335a12ba5901.tar.gz
Converted files to utf-8.
Diffstat (limited to 'md5.c')
-rw-r--r--md5.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/md5.c b/md5.c
index 48c1a352..260aa46a 100644
--- a/md5.c
+++ b/md5.c
@@ -5,7 +5,7 @@
/* nettle, low-level cryptographics library
*
- * Copyright (C) 2001 Niels Möller
+ * Copyright (C) 2001 Niels Möller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
@@ -24,7 +24,7 @@
*/
/* Based on public domain code hacked by Colin Plumb, Andrew Kuchling, and
- * Niels Möller. */
+ * Niels Möller. */
#if HAVE_CONFIG_H
# include "config.h"