Skip to content

Commit

Permalink
Fix Android build.
Browse files Browse the repository at this point in the history
  • Loading branch information
briansmith committed Jan 25, 2017
1 parent 6215cef commit 7e648f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crypto/curve25519/asm/x25519-asm-arm.S
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,14 @@
.private_extern _GFp_x25519_NEON
#ifdef __thumb2__
.thumb_func _GFp_x25519_NEON
_GFp_x25519_NEON:
#endif
#else
.hidden GFp_x25519_NEON
.type GFp_x25519_NEON, %function
GFp_x25519_NEON:
#endif

_GFp_x25519_NEON:
vpush {q4,q5,q6,q7}
mov r12,sp
sub sp,sp,#736
Expand Down

0 comments on commit 7e648f4

Please sign in to comment.