summaryrefslogtreecommitdiffstats
path: root/libs/libssh2/Config.in
blob: 708c07bad58790471875e78b28a99f439eb861ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if PACKAGE_libssh2

choice
	prompt "Choose crypto backend"
	default LIBSSH2_MBEDTLS

	config LIBSSH2_MBEDTLS
	bool "mbedtls"

	config LIBSSH2_OPENSSL
	bool "openssl"

endchoice

endif