Merge commit 'snapshot-start' into stable
[gnulib.git] / modules / crypto / gc-arcfour
1 Description:
2 Generic crypto wrappers for ARCFOUR stream cipher.
3
4 Files:
5 m4/gc-arcfour.m4
6 lib/arcfour.h
7 lib/arcfour.c
8
9 Depends-on:
10 stdint
11 crypto/gc
12
13 configure.ac:
14 gl_GC_ARCFOUR
15 if test "$ac_cv_libgcrypt" != yes; then
16   AC_LIBOBJ([arcfour])
17 fi
18 gl_MODULE_INDICATOR([gc-arcfour])
19
20 Makefile.am:
21
22 Include:
23 "gc.h"
24
25 License:
26 LGPLv2+
27
28 Maintainer:
29 Simon Josefsson