mirror of
https://github.com/opnsense/src.git
synced 2026-03-31 23:15:10 -04:00
BMakefiles and other bits will follow. Requested by: Andrey Chernov Made world by: Chuck Robey
4 lines
87 B
C
4 lines
87 B
C
#include "gmp.h"
|
|
#include "gmp-impl.h"
|
|
|
|
const int mp_bits_per_limb = BITS_PER_MP_LIMB;
|