5f0206834d
This includes a series of unofficial patches that modify nettle in order to use gmp-mini, see https://github.com/nmav/nettle-mini Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/packages@40722 3c298f89-4303-0410-b956-a3cf2f4a3e73
10 lines
305 B
Plaintext
10 lines
305 B
Plaintext
# nettle avanced configuration
|
|
|
|
menu "Configuration"
|
|
depends on PACKAGE_libnettle
|
|
|
|
config LIBNETTLE_MINI
|
|
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."
|
|
|
|
endmenu
|