Skip to content
Snippets Groups Projects
Commit eeb72a55 authored by Niels Möller's avatar Niels Möller
Browse files

* hmac-md5.c: First working version.

* 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
parent e38105fb
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment