let ipkg fail when a package file to be installed is not found
[openwrt/staging/dedeckeh.git] / openwrt / package / libgcrypt / Config.in
1 config BR2_PACKAGE_LIBGCRYPT
2 prompt "libgcrypt......................... The GNU crypto library"
3 tristate
4 default m if CONFIG_DEVEL
5 select BR2_PACKAGE_LIBGPG_ERROR
6 help
7 This is a general purpose cryptographic library based on the code from
8 GnuPG. It provides functions for all cryptograhic building blocks:
9 symmetric ciphers (AES, DES, Blowfish, CAST5, Twofish, Arcfour), hash
10 algorithms (MD4, MD5, RIPE-MD160, SHA-1, TIGER-192), MACs (HMAC for all
11 hash algorithms), public key algorithms (RSA, ElGamal, DSA), large
12 integer functions, random numbers and a lot of supporting functions.
13
14 http://directory.fsf.org/security/libgcrypt.html
15