summaryrefslogtreecommitdiff
path: root/libtommath/bn_mp_get_l.c
blob: 55d78ec034e31e1186edb1de4420323ee499c80a (plain)
1
2
3
4
5
6
7
#include "tommath_private.h"
#ifdef BN_MP_GET_L_C
/* LibTomMath, multiple-precision integer library -- Tom St Denis */
/* SPDX-License-Identifier: Unlicense */

MP_GET_SIGNED(mp_get_l, mp_get_mag_ul, long, unsigned long)
#endif