SmartAudio/package/security/cryptsetup/Config.in

19 lines
243 B
Plaintext
Raw Normal View History

2018-07-13 01:31:50 +00:00
if PACKAGE_cryptsetup
choice
prompt "use crypt lib"
default CRYPTSETUP_OPENSSL
help
"select the crypt libs for cryptsetup"
config CRYPTSETUP_GCRYPT
bool "use libgcrypt"
config CRYPTSETUP_OPENSSL
bool "use libopenssl"
endchoice
endif