1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-18 18:16:47 +03:00
openwrt-xburst/package/opencdk/Config.in
nico dee6ab72f3 Add missing symbol type
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1276 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-06-20 19:35:34 +00:00

21 lines
675 B
Plaintext

config BR2_PACKAGE_OPENCDK
bool
default n
depends BR2_PACKAGE_LIBOPENCDK
config BR2_PACKAGE_LIBOPENCDK
tristate "libopencdk - The Open Crypto Development Kit library"
# default m if CONFIG_DEVEL
default n
select BR2_PACKAGE_OPENCDK
select BR2_PACKAGE_LIBGCRYPT
help
This library provides basic parts of the OpenPGP message format.
For reference, please read the rfc2440.txt in the doc/ directory.
Due to some possible security problems, the library also implements
parts of draft-ietf-openpgp-rfc2440bis-08.txt. If you want to exchange
messages with earlier PGP version < 7, you should use the compat mode.
ftp://ftp.gnutls.org/pub/gnutls/opencdk/