web: Create man page with groff rather than man2html.
[osl.git] / hash.h
diff --git a/hash.h b/hash.h
index 03b45e04db71965dd70dfce56eafce6ad83f163e..0feee8430addb7d73635ed28767788c9c36c2446 100644 (file)
--- a/hash.h
+++ b/hash.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2008 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2007-2009 Andre Noll <maan@tuebingen.mpg.de>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -12,7 +12,7 @@
 #define HASH_TYPE unsigned char
 
 #include "sha1.h"
-/** We use openssl's sha1 implementation. */
+/** Our own sha1 implementation, see sha1.c. */
 #define hash_function sha1_hash
 
 /**