Refresh 01-gnulib-directory.patch
[gnulib.git] / modules / crypto / gc-des
1 Description:
2 Generic crypto wrappers for DES block cipher.
3
4 Files:
5 m4/gc-des.m4
6 lib/des.h
7 lib/des.c
8
9 Depends-on:
10 stdint
11 stdbool
12 crypto/gc
13
14 configure.ac:
15 gl_GC_DES
16 if test "$ac_cv_libgcrypt" != yes; then
17   AC_LIBOBJ([des])
18 fi
19 gl_MODULE_INDICATOR([gc-des])
20
21 Makefile.am:
22
23 Include:
24 "gc.h"
25
26 License:
27 LGPLv2+
28
29 Maintainer:
30 Simon Josefsson