Hash :
96f8fde7
Author :
Date :
2011-06-17T00:47:09
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>.
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