summaryrefslogtreecommitdiff
path: root/modules/crypto/gc-sha1
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-11-17 22:08:54 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2011-11-17 22:09:26 -0800
commita9fb0ecaabf5e5e6f587c1c36076d9e64e4a384c (patch)
tree8b8970b2293b3efb792d5255bc7254e78e9f3323 /modules/crypto/gc-sha1
parent14e4d7a5e32a3e88fc41a132918441277928a1e3 (diff)
downloadgnulib-a9fb0ecaabf5e5e6f587c1c36076d9e64e4a384c.tar.gz
modules/crypto/gc-*: simplify dependencies and fix stdalign.h bug
stdalign problem reported by Ian Beckwith in <http://lists.gnu.org/archive/html/bug-gnulib/2011-11/msg00238.html>. * modules/crypto/gc-arcfour (Depends-on): Depend conditionally on crypto/arcfour. * modules/crypto/gc-arctwo (Depends-on): Depend conditionally on crypto/arctwo. * modules/crypto/gc-des (Depends-on): Depend conditionally on crypto/des. * modules/crypto/gc-hmac-md5 (Depends-on): Depend conditionally on crypto/hmac-md5. * modules/crypto/gc-hmac-sha1 (Depends-on): Depend conditionally on crypto/hmac-sha1. * modules/crypto/gc-md2 (Depends-on): Remove stdint, minmax. * modules/crypto/gc-md4 (Depends-on): Depend conditionally on crypto/md4. * modules/crypto/gc-md5 (Depends-on): Depend conditionally on crypto/md5. * modules/crypto/gc-rijndael (Depends-on): Depend conditionally on crypto/rijndael. * modules/crypto/gc-sha1 (Depends-on): Depend conditionally on crypto/sha1. * modules/crypto/gc-arcfour: * modules/crypto/gc-arctwo: * modules/crypto/gc-des: * modules/crypto/gc-hmac-md5: * modules/crypto/gc-hmac-sha1: * modules/crypto/gc-md2: * modules/crypto/gc-md4: * modules/crypto/gc-md5: * modules/crypto/gc-rijndael: * modules/crypto/gc-sha1: (Files, Depends-on, configure.ac): Remove now-unnecessary stuff, now that the conditional dependencies do the work for us.
Diffstat (limited to 'modules/crypto/gc-sha1')
-rw-r--r--modules/crypto/gc-sha19
1 files changed, 1 insertions, 8 deletions
diff --git a/modules/crypto/gc-sha1 b/modules/crypto/gc-sha1
index 4ee0a221f8..f959005583 100644
--- a/modules/crypto/gc-sha1
+++ b/modules/crypto/gc-sha1
@@ -3,20 +3,13 @@ Generic crypto wrappers for SHA-1 functions.
Files:
m4/gc-sha1.m4
-lib/sha1.h
-lib/sha1.c
-m4/sha1.m4
Depends-on:
-stdalign
-stdint
crypto/gc
+crypto/sha1 [test "$ac_cv_libgcrypt" != yes]
configure.ac:
gl_GC_SHA1
-if test "$ac_cv_libgcrypt" != yes; then
- AC_LIBOBJ([sha1])
-fi
gl_MODULE_INDICATOR([gc-sha1])
Makefile.am: