libtommath: Fix possible integer overflow CVE-2023-36328
[heimdal.git] / lib / hcrypto / libtommath / bn_mp_init_ll.c
blobdc7c4a44e2a660eef551c55ed9c68347682b6d7e
1 #include "tommath_private.h"
2 #ifdef BN_MP_INIT_LL_C
3 /* LibTomMath, multiple-precision integer library -- Tom St Denis */
4 /* SPDX-License-Identifier: Unlicense */
6 MP_INIT_INT(mp_init_ll, mp_set_ll, long long)
7 #endif