Skip to content

Commit

Permalink
Adding mpi_force_c_code feature
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulstrackx committed Apr 7, 2021
1 parent d2317b0 commit 38522c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mbedtls-sys/vendor/include/mbedtls/bn_mul.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

#include "mbedtls/bignum.h"

#if defined(MBEDTLS_HAVE_ASM)
#if defined(MBEDTLS_HAVE_ASM) && !defined(MBEDTLS_MPI_FORCE_C_CODE)

#ifndef asm
#define asm __asm
Expand Down Expand Up @@ -886,7 +886,7 @@
#endif /* SSE2 */
#endif /* MSVC */

#endif /* MBEDTLS_HAVE_ASM */
#endif /* MBEDTLS_HAVE_ASM && !MBEDTLS_MPI_FORCE_C_CODE */

#if !defined(MULADDC_CORE)
#if defined(MBEDTLS_HAVE_UDBL)
Expand Down

0 comments on commit 38522c2

Please sign in to comment.