mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
5 lines
87 B
C
5 lines
87 B
C
|
#include "gmp.h"
|
||
|
#include "gmp-impl.h"
|
||
|
|
||
|
const int mp_bits_per_limb = BITS_PER_MP_LIMB;
|