You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

34 lines
621 B

if PACKAGE_aircrack-ng
comment "SSL support"
choice
prompt "Select SSL library"
default AIRCRACK_NG_OPENSSL
config AIRCRACK_NG_OPENSSL
bool "openssl"
config AIRCRACK_NG_GCRYPT
bool "gcrypt"
endchoice
config AIRCRACK_NG_OPTIMIZE_SPEED
bool "Optimize for speed"
default n
help
This enables additional optimization and
increases performance considerably at the
expense of binary size.
comment "Miscellaneous"
config AIRCRACK_NG_HWLOC
bool "Hwloc support"
default n
config AIRCRACK_NG_SQLITE3
bool "Sqlite3 support"
default n
endif