]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
* hmac.h: General cleanup. Added declarations of hmac-md5,
authorNiels Möller <nisse@lysator.liu.se>
Mon, 14 Jan 2002 20:07:23 +0000 (21:07 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Mon, 14 Jan 2002 20:07:23 +0000 (21:07 +0100)
hmac-sha1 and hmac-sha256.

* Makefile.am (libnettle_a_SOURCES): Added hmac.c and hmac-md5.c.
(libnettleinclude_HEADERS): Added hmac.h.

Rev: src/nettle/hmac.h:1.3

hmac.h

diff --git a/hmac.h b/hmac.h
index b32353a8801c2b3a4fb4005a69b1fa382eb4ad49..1c46a65cf9c7a6cc5059661d5ba2ccc83d7c7648 100644 (file)
--- a/hmac.h
+++ b/hmac.h
@@ -5,7 +5,7 @@
 
 /* nettle, low-level cryptographics library
  *
- * Copyright (C) 2001 Niels Möller
+ * Copyright (C) 2001, 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