fix mp_to_radix macro

This commit is contained in:
Steffen Jaeckel 2019-09-03 10:59:54 +02:00
parent 72f9251939
commit 3c9046da0f

View File

@ -1,5 +1,5 @@
#include "tommath_private.h"
#ifdef BN_MP_TORADIX_N_C
#ifdef BN_MP_TO_RADIX_C
/* LibTomMath, multiple-precision integer library -- Tom St Denis */
/* SPDX-License-Identifier: Unlicense */