mirror of
https://github.com/clearml/dropbear
synced 2025-01-31 02:46:58 +00:00
Disable toom and karatsuba for new libtommath
This commit is contained in:
parent
5b68d117c2
commit
10e119f638
@ -1312,6 +1312,10 @@
|
|||||||
#undef BN_MP_KARATSUBA_SQR_C
|
#undef BN_MP_KARATSUBA_SQR_C
|
||||||
#undef BN_MP_TOOM_MUL_C
|
#undef BN_MP_TOOM_MUL_C
|
||||||
#undef BN_MP_TOOM_SQR_C
|
#undef BN_MP_TOOM_SQR_C
|
||||||
|
#undef BN_S_MP_KARATSUBA_MUL_C
|
||||||
|
#undef BN_S_MP_KARATSUBA_SQR_C
|
||||||
|
#undef BN_S_MP_TOOM_MUL_C
|
||||||
|
#undef BN_S_MP_TOOM_SQR_C
|
||||||
|
|
||||||
#include "dbmalloc.h"
|
#include "dbmalloc.h"
|
||||||
#define MP_MALLOC m_malloc
|
#define MP_MALLOC m_malloc
|
||||||
|
Loading…
Reference in New Issue
Block a user