OSDN Git Service

Please enter the commit message for your changes. Lines starting
[eos/base.git] / util / src / TclTk / tcl8.6.12 / libtommath / bn_mp_set_u32.c
diff --git a/util/src/TclTk/tcl8.6.12/libtommath/bn_mp_set_u32.c b/util/src/TclTk/tcl8.6.12/libtommath/bn_mp_set_u32.c
new file mode 100644 (file)
index 0000000..18ba5e1
--- /dev/null
@@ -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