view modules/crypto/gc-des @ 15269:a86a7b1c29a0

crypto/gc-des: Fix recent regression. * modules/crypto/gc-des (Files): Remove m4/des.m4. (configure.ac): Invoke AC_LIBOBJ here. * m4/gc-des.m4 (gl_GC_DES): Don't invoke gl_DES. Reported by Tom G. Christensen <tgc@jupiterrise.com>.
author Bruno Haible <bruno@clisp.org>
date Fri, 17 Jun 2011 00:47:09 +0200
parents 8812f453e378
children 8c4227e2df6c
line wrap: on
line source

Description:
Generic crypto wrappers for DES block cipher.

Files:
m4/gc-des.m4
lib/des.h
lib/des.c

Depends-on:
stdint
stdbool
crypto/gc

configure.ac:
gl_GC_DES
if test "$ac_cv_libgcrypt" != yes; then
  AC_LIBOBJ([des])
fi
gl_MODULE_INDICATOR([gc-des])

Makefile.am:

Include:
"gc.h"

License:
LGPLv2+

Maintainer:
Simon Josefsson