mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 16:54:32 +04:00
add support to build against OpenSSL Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
19 lines
284 B
Plaintext
19 lines
284 B
Plaintext
|
|
if PACKAGE_frr
|
|
comment "SSL support"
|
|
|
|
choice
|
|
prompt "Selected SSL MD5 library"
|
|
default FRR_INTERNAL
|
|
|
|
config FRR_OPENSSL
|
|
bool "OpenSSL"
|
|
|
|
config FRR_INTERNAL
|
|
bool "internal SSL support"
|
|
endchoice
|
|
|
|
comment Packages
|
|
|
|
endif
|