HEIMDAL: move code from source4/heimdal* to third_party/heimdal*
[samba.git] / source4 / heimdal / lib / hcrypto / libtommath / bn_mp_init_ul.c
diff --git a/source4/heimdal/lib/hcrypto/libtommath/bn_mp_init_ul.c b/source4/heimdal/lib/hcrypto/libtommath/bn_mp_init_ul.c
deleted file mode 100644 (file)
index 5164f72..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#include "tommath_private.h"
-#ifdef BN_MP_INIT_UL_C
-/* LibTomMath, multiple-precision integer library -- Tom St Denis */
-/* SPDX-License-Identifier: Unlicense */
-
-MP_INIT_INT(mp_init_ul, mp_set_ul, unsigned long)
-#endif