* Makefile.am (libnettle_a_SOURCES): Added hmac.c and hmac-md5.c.
(libnettleinclude_HEADERS): Added hmac.h.
Rev: src/nettle/hmac-md5.c:1.4
-/* hmac.c
+/* hmac-md5.c
*
- * HMAC message authentication code.
+ * HMAC-MD5 message authentication code.
*/
/* nettle, low-level cryptographics library
*
- * Copyright (C) 2001 Niels Möller
+ * Copyright (C) 2002 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