summaryrefslogtreecommitdiffstats
path: root/rules/libgcrypt.in
diff options
context:
space:
mode:
authorErwin Rol <erwin@erwinrol.com>2009-12-23 16:05:03 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-01-06 23:35:31 +0100
commit6e1b5a3784311bef55e476222dd7646a2722d814 (patch)
tree6ba6aff348d45fb3401142a7dfeaf3554466b226 /rules/libgcrypt.in
parentc60e7cc77cc248a3e5f6861970df10ed8f3d8f63 (diff)
downloadptxdist-6e1b5a3784311bef55e476222dd7646a2722d814.tar.gz
ptxdist-6e1b5a3784311bef55e476222dd7646a2722d814.tar.xz
[libgcrypt] add new package
- libgcrypt is needed by libmicrohttpd when wanting https Signed-off-by: Erwin Rol <erwin@erwinrol.com> [mkl: some cleanups in libgcrypt-config] Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'rules/libgcrypt.in')
-rw-r--r--rules/libgcrypt.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/rules/libgcrypt.in b/rules/libgcrypt.in
new file mode 100644
index 000000000..b89ea8ed6
--- /dev/null
+++ b/rules/libgcrypt.in
@@ -0,0 +1,14 @@
+## SECTION=system_libraries
+
+config LIBGCRYPT
+ tristate
+ select LIBGPG_ERROR
+ prompt "libgcrypt"
+ help
+ LGPL Crypto library
+
+ libgcrypt contains cryptographic functions. Many important
+ free ciphers, hash algorithms and public key signing
+ algorithms have been implemented: arcfour, blowfish, cast5,
+ DSA, DSA2, des, 3DES, elgamal, MD5, rijndael, RMD160, RSA,
+ SEED, SHA1, SHA-384, SHA-512, twofish, tiger.