summaryrefslogtreecommitdiff
path: root/gnulib/modules/crypto/gc-hmac-md5
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/crypto/gc-hmac-md5')
m---------gnulib0
-rw-r--r--gnulib/modules/crypto/gc-hmac-md533
2 files changed, 33 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 4fc10daa05477586fea99b6b3ca02a87d1102fa
diff --git a/gnulib/modules/crypto/gc-hmac-md5 b/gnulib/modules/crypto/gc-hmac-md5
new file mode 100644
index 00000000..881899bb
--- /dev/null
+++ b/gnulib/modules/crypto/gc-hmac-md5
@@ -0,0 +1,33 @@
+Description:
+Generic crypto wrappers for HMAC-MD5 functions.
+
+Files:
+m4/gc-hmac-md5.m4
+lib/md5.h
+lib/md5.c
+m4/md5.m4
+lib/hmac.h
+lib/hmac-md5.c
+m4/hmac-md5.m4
+lib/memxor.h
+lib/memxor.c
+m4/memxor.m4
+
+Depends-on:
+stdint
+crypto/gc
+
+configure.ac:
+gl_GC_HMAC_MD5
+gl_MODULE_INDICATOR([gc-hmac-md5])
+
+Makefile.am:
+
+Include:
+"gc.h"
+
+License:
+LGPLv2+
+
+Maintainer:
+Simon Josefsson