libssh2: switch default to OpenSSL and fix depends
[feed/packages.git] / libs / libssh2 / Config.in
diff --git a/libs/libssh2/Config.in b/libs/libssh2/Config.in
deleted file mode 100644 (file)
index 708c07b..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-if PACKAGE_libssh2
-
-choice
-       prompt "Choose crypto backend"
-       default LIBSSH2_MBEDTLS
-
-       config LIBSSH2_MBEDTLS
-       bool "mbedtls"
-
-       config LIBSSH2_OPENSSL
-       bool "openssl"
-
-endchoice
-
-endif