Skip to content

Commit

Permalink
Merge pull request #95 from torben-hansen/fix_stacz_typy
Browse files Browse the repository at this point in the history
Fix GNU-stacz typo
  • Loading branch information
aqjune-aws authored Nov 22, 2023
2 parents 06781d2 + 286d596 commit e57af82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arm/curve25519/bignum_madd_n25519.S
Original file line number Diff line number Diff line change
Expand Up @@ -280,5 +280,5 @@ S2N_BN_SYMBOL(bignum_madd_n25519):
ret

#if defined(__linux__) && defined(__ELF__)
.section .note.GNU-stacz,"",%progbits
.section .note.GNU-stack,"",%progbits
#endif
2 changes: 1 addition & 1 deletion arm/curve25519/bignum_madd_n25519_alt.S
Original file line number Diff line number Diff line change
Expand Up @@ -206,5 +206,5 @@ S2N_BN_SYMBOL(bignum_madd_n25519_alt):
ret

#if defined(__linux__) && defined(__ELF__)
.section .note.GNU-stacz,"",%progbits
.section .note.GNU-stack,"",%progbits
#endif

0 comments on commit e57af82

Please sign in to comment.