diff --git a/ed25519/amd64-51-30k/consts.S b/ed25519/amd64-51-30k/consts.S index b2ca1ab..5713447 100644 --- a/ed25519/amd64-51-30k/consts.S +++ b/ed25519/amd64-51-30k/consts.S @@ -1,4 +1,8 @@ +#ifndef __APPLE__ .section .rodata +#else +.const +#endif .globl CRYPTO_NAMESPACE(batch_REDMASK51) .globl CRYPTO_NAMESPACE(batch_121666_213) diff --git a/ed25519/amd64-64-24k/consts.S b/ed25519/amd64-64-24k/consts.S index ca9896f..db6bad5 100644 --- a/ed25519/amd64-64-24k/consts.S +++ b/ed25519/amd64-64-24k/consts.S @@ -1,4 +1,8 @@ +#ifndef __APPLE__ .section .rodata +#else +.const +#endif .globl CRYPTO_NAMESPACE(121666) .globl CRYPTO_NAMESPACE(MU0)