dc7c4a44e2a660eef551c55ed9c68347682b6d7e
[samba.git] / source4 / heimdal / lib / hcrypto / libtommath / bn_mp_init_ll.c
1 #include "tommath_private.h"
2 #ifdef BN_MP_INIT_LL_C
3 /* LibTomMath, multiple-precision integer library -- Tom St Denis */
4 /* SPDX-License-Identifier: Unlicense */
5
6 MP_INIT_INT(mp_init_ll, mp_set_ll, long long)
7 #endif