s4:heimdal: import lorikeet-heimdal-202201172009 (commit 5a0b45cd723628b3690ea848548b...
[samba.git] / source4 / heimdal / lib / hcrypto / libtommath / bn_mp_set_i32.c
diff --git a/source4/heimdal/lib/hcrypto/libtommath/bn_mp_set_i32.c b/source4/heimdal/lib/hcrypto/libtommath/bn_mp_set_i32.c
new file mode 100644 (file)
index 0000000..df4513d
--- /dev/null
@@ -0,0 +1,7 @@
+#include "tommath_private.h"
+#ifdef BN_MP_SET_I32_C
+/* LibTomMath, multiple-precision integer library -- Tom St Denis */
+/* SPDX-License-Identifier: Unlicense */
+
+MP_SET_SIGNED(mp_set_i32, mp_set_u32, int32_t, uint32_t)
+#endif