s4:torture: Adapt KDC canon test to Heimdal upstream changes
[samba.git] / source4 / heimdal / lib / hcrypto / libtommath / bn_mp_get_i64.c
1 #include "tommath_private.h"
2 #ifdef BN_MP_GET_I64_C
3 /* LibTomMath, multiple-precision integer library -- Tom St Denis */
4 /* SPDX-License-Identifier: Unlicense */
5
6 MP_GET_SIGNED(mp_get_i64, mp_get_mag_u64, int64_t, uint64_t)
7 #endif