]> git.ipfire.org Git - thirdparty/hostap.git/commit
libtommath: Condition fast_s_mp_mul_digs() on LTM_FAST
authorSolomon Peachy <pizza@shaftnet.org>
Sat, 16 Mar 2013 10:01:03 +0000 (12:01 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 16 Mar 2013 10:01:03 +0000 (12:01 +0200)
commitde718493b408a30ee3c11f8ce0c226ec14389643
tree478d32cffcf187ddce9e776d74153d594e1bfe93
parentd963f0377215db4766286beafd0d75fb3614045d
libtommath: Condition fast_s_mp_mul_digs() on LTM_FAST

This function uses ~1.7kB of stack, and since there's a slower
alternative, wrap it with LTM_FAST.

Signed-off-by: Solomon Peachy <pizza@shaftnet.org>
src/tls/libtommath.c