]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
* hmac-md5.c: First working version.
authorNiels Möller <nisse@lysator.liu.se>
Mon, 14 Jan 2002 16:09:38 +0000 (17:09 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Mon, 14 Jan 2002 16:09:38 +0000 (17:09 +0100)
* Makefile.am (libnettle_a_SOURCES): Added hmac.c and hmac-md5.c.
(libnettleinclude_HEADERS): Added hmac.h.

Rev: src/nettle/hmac-md5.c:1.3

hmac-md5.c

index d67f5cc861398f02a98d680875f16a211780d0f3..96e61f918742f9aaeae647d43a8f3db7462f776e 100644 (file)
@@ -23,7 +23,7 @@
  * MA 02111-1307, USA.
  */
 
-#include "hmac-md5.h"
+#include "hmac.h"
 
 void
 hmac_md5_set_key(struct hmac_md5_ctx *ctx,