summaryrefslogtreecommitdiff
path: root/gnulib/modules/crypto/hmac-md5
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/crypto/hmac-md5')
m---------gnulib0
-rw-r--r--gnulib/modules/crypto/hmac-md524
2 files changed, 24 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/crypto/hmac-md5 b/gnulib/modules/crypto/hmac-md5
new file mode 100644
index 0000000..68ca375
--- /dev/null
+++ b/gnulib/modules/crypto/hmac-md5
@@ -0,0 +1,24 @@
+Description:
+Compute hashed message authentication codes with MD5.
+
+Files:
+lib/hmac.h
+lib/hmac-md5.c
+
+Depends-on:
+memxor
+crypto/md5
+
+configure.ac:
+
+Makefile.am:
+lib_SOURCES += hmac-md5.c
+
+Include:
+"hmac.h"
+
+License:
+LGPLv2+
+
+Maintainer:
+Simon Josefsson