openssl: add ABI_VERSION to fix package rebuild issues (fixes #18169)
[openwrt/staging/mkresin.git] / package / libs / nettle / Config.in
1 # nettle avanced configuration
2
3 menu "Configuration"
4 depends on PACKAGE_libnettle
5
6 config LIBNETTLE_MINI
7 bool "use mini-gmp instead of gmp; the library will be much smaller at a 10x performance penalty. Note that this option may have side effects to programs that link to both nettle and gmp."
8
9 endmenu