diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-06-15 00:42:48 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-06-15 00:42:48 +0000 |
commit | 2b0d84431c6405cc8dbe46cd7846262913c1e467 (patch) | |
tree | fc20480072c9280f133aa8b33db17e36ef9642fd /openwrt/package/opencdk/Config.in | |
parent | b3a5e204a9373a1668aecd8682042c46d0c7b698 (diff) | |
download | mtk-20170518-2b0d84431c6405cc8dbe46cd7846262913c1e467.zip mtk-20170518-2b0d84431c6405cc8dbe46cd7846262913c1e467.tar.gz mtk-20170518-2b0d84431c6405cc8dbe46cd7846262913c1e467.tar.bz2 |
Add opencdk package
SVN-Revision: 1250
Diffstat (limited to 'openwrt/package/opencdk/Config.in')
-rw-r--r-- | openwrt/package/opencdk/Config.in | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/openwrt/package/opencdk/Config.in b/openwrt/package/opencdk/Config.in new file mode 100644 index 0000000..22d94f6 --- /dev/null +++ b/openwrt/package/opencdk/Config.in @@ -0,0 +1,19 @@ +config BR2_PACKAGE_OPENCDK + 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/ + |