Skip to content

Commit

Permalink
Adding mpi_force_c_code feature
Browse files Browse the repository at this point in the history
(cherry picked from commit 38522c2)
  • Loading branch information
raoulstrackx authored and Arash Sahebolamri committed Dec 23, 2024
1 parent ef4e8b9 commit 96a2e3a
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 @@ -73,7 +73,7 @@
#endif /* bits in mbedtls_mpi_uint */

/* *INDENT-OFF* */
#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 @@ -952,7 +952,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 96a2e3a

Please sign in to comment.