Mercurial > hg > octave-nkf > gnulib-hg
view modules/crypto/gc-sha1 @ 16093:8c4227e2df6c
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.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Thu, 17 Nov 2011 22:08:54 -0800 |
parents | d8fd2f096b83 |
children |
line wrap: on
line source
Description: Generic crypto wrappers for SHA-1 functions. Files: m4/gc-sha1.m4 Depends-on: crypto/gc crypto/sha1 [test "$ac_cv_libgcrypt" != yes] configure.ac: gl_GC_SHA1 gl_MODULE_INDICATOR([gc-sha1]) Makefile.am: Include: "gc.h" License: LGPLv2+ Maintainer: Simon Josefsson