Skip to content

Commit 5ae0285

Browse files
committed
Make check-names.sh happy
1 parent 7715e66 commit 5ae0285

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/mbedtls/bn_mul.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -576,10 +576,10 @@
576576
* the build error and is pretty reasonable anyway.
577577
*/
578578
#if defined(__GNUC__) && !defined(__OPTIMIZE__)
579-
#define CANNOT_USE_R7
579+
#define MULADDC_CANNOT_USE_R7
580580
#endif
581581

582-
#if defined(__arm__) && !defined(CANNOT_USE_R7)
582+
#if defined(__arm__) && !defined(MULADDC_CANNOT_USE_R7)
583583

584584
#if defined(__thumb__) && !defined(__thumb2__)
585585

0 commit comments

Comments
 (0)