mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-04 06:40:03 +00:00
Fix missing declarration
Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
parent
627e5b1f91
commit
9a66ab180c
@ -33,6 +33,8 @@
|
||||
#include "bignum_mod.h"
|
||||
#include "constant_time_internal.h"
|
||||
|
||||
#include "bignum_mod_raw_invasive.h"
|
||||
|
||||
void mbedtls_mpi_mod_raw_cond_assign(mbedtls_mpi_uint *X,
|
||||
const mbedtls_mpi_uint *A,
|
||||
const mbedtls_mpi_mod_modulus *N,
|
||||
|
Loading…
x
Reference in New Issue
Block a user