Added an option to build internal LibTomMath with faster div routine
authorJouni Malinen <j@w1.fi>
Fri, 6 Jun 2008 07:11:17 +0000 (10:11 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 6 Jun 2008 07:11:17 +0000 (10:11 +0300)
commitec0205a87a61483ea1d9e20579300384db368586
treec4af913900cb1cd4b53d24c6dd9b351af567d4e6
parentb6ab429402959280446b15d772769c6c6fe2fab9
Added an option to build internal LibTomMath with faster div routine

At the cost of about 1 kB of additional binary size, the internal
LibTomMath can be configured to include faster div routine to speed up DH
and RSA. This can be enabled with CONFIG_INTERNAL_LIBTOMMATH_FAST_DIV=y in
.config.
src/tls/libtommath.c
wpa_supplicant/Makefile
wpa_supplicant/defconfig