mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-01 14:51:03 +08:00
16 lines
184 B
Plaintext
16 lines
184 B
Plaintext
if PACKAGE_libssh2
|
|
|
|
choice
|
|
prompt "Choose crypto backend"
|
|
default LIBSSH2_MBEDTLS
|
|
|
|
config LIBSSH2_MBEDTLS
|
|
bool "mbedtls"
|
|
|
|
config LIBSSH2_OPENSSL
|
|
bool "openssl"
|
|
|
|
endchoice
|
|
|
|
endif
|