From 65a30e539bac3280d99ce4b1bebeeaed8dbf61cf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Mon, 14 Jan 2002 21:07:23 +0100
Subject: [PATCH] * hmac.h: General cleanup. Added declarations of hmac-md5,
 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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hmac.h b/hmac.h
index b32353a8..1c46a65c 100644
--- 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
-- 
GitLab