mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
16 lines
294 B
Text
16 lines
294 B
Text
if PACKAGE_stunc
|
|
|
|
choice
|
|
prompt "Select SSL utility"
|
|
default STUNC_USE_WOLFSSL
|
|
|
|
config STUNC_USE_WOLFSSL
|
|
bool "Use WolfSSL for ssl utilities"
|
|
select CONFIG_PACKAGE_libwolfssl
|
|
|
|
config STUNC_USE_OPENSSL
|
|
bool "Use OpenSSL for ssl utilities"
|
|
select CONFIG_PACKAGE_libopenssl
|
|
|
|
endchoice
|
|
endif
|