summaryrefslogtreecommitdiff
path: root/modules/crypto/gc-sha1
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-04-01 08:38:41 +0000
committerSimon Josefsson <simon@josefsson.org>2007-04-01 08:38:41 +0000
commit0527d3651d8b32bc93e0250d9181b9d74ab5f5b2 (patch)
treea7b44a0b5b38041b961d824953cd25bc483a64b1 /modules/crypto/gc-sha1
parenta03613b6836443ac6ac2fa8b2037a1b6644dcc4c (diff)
downloadgnulib-0527d3651d8b32bc93e0250d9181b9d74ab5f5b2.tar.gz
Move crypto modules to crypto/.
Diffstat (limited to 'modules/crypto/gc-sha1')
-rw-r--r--modules/crypto/gc-sha127
1 files changed, 27 insertions, 0 deletions
diff --git a/modules/crypto/gc-sha1 b/modules/crypto/gc-sha1
new file mode 100644
index 0000000000..7db6c1db1e
--- /dev/null
+++ b/modules/crypto/gc-sha1
@@ -0,0 +1,27 @@
+Description:
+Generic crypto wrappers for SHA-1 functions.
+
+Files:
+m4/gc-sha1.m4
+lib/sha1.h
+lib/sha1.c
+m4/sha1.m4
+
+Depends-on:
+stdint
+crypto/gc
+
+configure.ac:
+gl_GC_SHA1
+gl_MODULE_INDICATOR([gc-sha1])
+
+Makefile.am:
+
+Include:
+"gc.h"
+
+License:
+LGPL
+
+Maintainer:
+Simon Josefsson