summaryrefslogtreecommitdiff
path: root/src/ltm/bn_mp_set_u32.c
blob: 55781c5064f54878d42e2221190cfad2142bf9c6 (plain)
1
2
3
4
5
6
7
#include "tommath_private.h"
#ifdef BN_MP_SET_U32_C
/* LibTomMath, multiple-precision integer library -- Tom St Denis */
/* SPDX-License-Identifier: Unlicense */

MP_SET_UNSIGNED(mp_set_u32, unsigned int)
#endif