move library packages to package/libs/
[openwrt/svn-archive/archive.git] / package / openssl / Config.in
diff --git a/package/openssl/Config.in b/package/openssl/Config.in
deleted file mode 100644 (file)
index 11591de..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-menu "Configuration"
-       depends on PACKAGE_libopenssl
-
-config OPENSSL_ENGINE_CRYPTO
-       bool
-       prompt "Crypto acceleration support"
-
-config OPENSSL_ENGINE_DIGEST
-       bool
-       depends OPENSSL_ENGINE_CRYPTO
-       prompt "Digests acceleration support"
-
-endmenu