summaryrefslogtreecommitdiff
path: root/package/opencdk/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/opencdk/Config.in')
-rw-r--r--package/opencdk/Config.in21
1 files changed, 0 insertions, 21 deletions
diff --git a/package/opencdk/Config.in b/package/opencdk/Config.in
deleted file mode 100644
index ce8fdf27c..000000000
--- a/package/opencdk/Config.in
+++ /dev/null
@@ -1,21 +0,0 @@
-config ADK_PACKAGE_OPENCDK
- tristate
- default n
- depends on ADK_PACKAGE_LIBOPENCDK
-
-config ADK_PACKAGE_LIBOPENCDK
- prompt "libopencdk........................ The Open Crypto Development Kit library"
- tristate
- default n
- select ADK_PACKAGE_OPENCDK
- select ADK_PACKAGE_LIBGCRYPT
- select ADK_PACKAGE_LIBGPG_ERROR
- select ADK_PACKAGE_ZLIB
- 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/