Merge pull request #9491 from neheb/bundle
[feed/packages.git] / net / frr / Config.in
1
2 if PACKAGE_frr
3 comment "SSL support"
4
5 choice
6 prompt "Selected SSL MD5 library"
7 default FRR_INTERNAL
8
9 config FRR_OPENSSL
10 bool "OpenSSL"
11
12 config FRR_INTERNAL
13 bool "internal SSL support"
14 endchoice
15
16 comment Packages
17
18 endif