Line data Source code
1 : #include "tommath_private.h" 2 : #ifdef BN_MP_GET_L_C 3 : /* LibTomMath, multiple-precision integer library -- Tom St Denis */ 4 : /* SPDX-License-Identifier: Unlicense */ 5 : 6 0 : MP_GET_SIGNED(mp_get_l, mp_get_mag_ul, long, unsigned long) 7 : #endif