diff options
-rw-r--r-- | networking/tls_sp_c32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/tls_sp_c32.c b/networking/tls_sp_c32.c index a593c5c40..999033034 100644 --- a/networking/tls_sp_c32.c +++ b/networking/tls_sp_c32.c | |||
@@ -422,7 +422,7 @@ static void sp_256_sub_8_p256_mod(sp_digit* r) | |||
422 | : "memory" | 422 | : "memory" |
423 | ); | 423 | ); |
424 | } | 424 | } |
425 | #elif ALLOW_ASM && defined(__GNUC__) && defined(__x86_64__) | 425 | #elif ALLOW_ASM && defined(__GNUC__) && defined(__x86_64__) && ENABLE_PLATFORM_POSIX |
426 | static void sp_256_sub_8_p256_mod(sp_digit* r) | 426 | static void sp_256_sub_8_p256_mod(sp_digit* r) |
427 | { | 427 | { |
428 | uint64_t reg; | 428 | uint64_t reg; |