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

MP_INIT_INT(mp_init_l, mp_set_l, long)
#endif