summaryrefslogtreecommitdiff
path: root/hmac.h
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2002-01-14 21:07:23 +0100
committerNiels Möller <nisse@lysator.liu.se>2002-01-14 21:07:23 +0100
commit65a30e539bac3280d99ce4b1bebeeaed8dbf61cf (patch)
treea90192565a77ca8f5b65528d2c3cdaeb5f3b11ef /hmac.h
parentfab02ca98dc17d8b82273d9f890782c8ca63fc98 (diff)
downloadnettle-65a30e539bac3280d99ce4b1bebeeaed8dbf61cf.tar.gz
* 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
Diffstat (limited to 'hmac.h')
-rw-r--r--hmac.h2
1 files changed, 1 insertions, 1 deletions
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