summaryrefslogtreecommitdiff
path: root/gnulib/modules/crypto/hmac-sha1
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/crypto/hmac-sha1')
m---------gnulib0
-rw-r--r--gnulib/modules/crypto/hmac-sha124
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-sha1 b/gnulib/modules/crypto/hmac-sha1
new file mode 100644
index 0000000..32ea359
--- /dev/null
+++ b/gnulib/modules/crypto/hmac-sha1
@@ -0,0 +1,24 @@
+Description:
+Compute hashed message authentication codes with SHA1.
+
+Files:
+lib/hmac.h
+lib/hmac-sha1.c
+
+Depends-on:
+memxor
+crypto/sha1
+
+configure.ac:
+
+Makefile.am:
+lib_SOURCES += hmac-sha1.c
+
+Include:
+"hmac.h"
+
+License:
+LGPLv2+
+
+Maintainer:
+Simon Josefsson