]> git.ipfire.org Git - thirdparty/hostap.git/commit
LibTomMath: Use 64-bit mode for mp_digit
authorJouni Malinen <j@w1.fi>
Sat, 9 Jun 2012 08:53:30 +0000 (11:53 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 9 Jun 2012 08:53:30 +0000 (11:53 +0300)
commite22ba3e3908c8d9027594397d4a3e811a0f43c06
tree3ff74884b7d72449a6bb2894f7e962702912e843
parent3947ed96e8864399af41ff0357f615de04dccb0f
LibTomMath: Use 64-bit mode for mp_digit

For 64-bit x86 builds, enable 64-bit mode to optimize bignum operations
with the internal LibTomMath version.

Signed-hostap: Jouni Malinen <j@w1.fi>
src/tls/libtommath.c