summaryrefslogtreecommitdiff
path: root/modules/sha1
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-10-17 12:55:00 +0000
committerSimon Josefsson <simon@josefsson.org>2005-10-17 12:55:00 +0000
commit8523c7381469c7279a26fd88f4f3be20d43c4e1d (patch)
tree5c0b826c01450d2e316d19c9929b7e12ce34d529 /modules/sha1
parent24092f4d7960804aa7c0e121248a2c8e02f99678 (diff)
downloadgnulib-8523c7381469c7279a26fd88f4f3be20d43c4e1d.tar.gz
Separate sha1 from md5. Use stdint.h in both modules.
Diffstat (limited to 'modules/sha1')
-rw-r--r--modules/sha12
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/sha1 b/modules/sha1
index a528d0521e..d41e1f2c32 100644
--- a/modules/sha1
+++ b/modules/sha1
@@ -7,7 +7,7 @@ lib/sha1.c
m4/sha1.m4
Depends-on:
-md5
+stdint
configure.ac:
gl_SHA1