summaryrefslogtreecommitdiffstats
path: root/libtommath/bn_mp_set_u32.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2019-10-23 17:10:06 (GMT)
committerdgp <dgp@users.sourceforge.net>2019-10-23 17:10:06 (GMT)
commitd6513e05a7cd56dd8da70c677b5884a63153daa1 (patch)
tree63436da554e92a8fc1aa7508c3c971d892488ca5 /libtommath/bn_mp_set_u32.c
parent18c563f16151c45cf1099f130e3799c24bc2d11f (diff)
parent2df6f12a996d019b78a31c15f5875e2609fb28b2 (diff)
downloadtcl-d6513e05a7cd56dd8da70c677b5884a63153daa1.zip
tcl-d6513e05a7cd56dd8da70c677b5884a63153daa1.tar.gz
tcl-d6513e05a7cd56dd8da70c677b5884a63153daa1.tar.bz2
merge 8.6
Diffstat (limited to 'libtommath/bn_mp_set_u32.c')
-rw-r--r--libtommath/bn_mp_set_u32.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/libtommath/bn_mp_set_u32.c b/libtommath/bn_mp_set_u32.c
new file mode 100644
index 0000000..18ba5e1
--- /dev/null
+++ b/libtommath/bn_mp_set_u32.c
@@ -0,0 +1,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, uint32_t)
+#endif