Skip to content

Commit

Permalink
Sort assembly source files for i386.
Browse files Browse the repository at this point in the history
  • Loading branch information
juikim committed Sep 20, 2018
1 parent 1011456 commit 514285f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion secure/lib/libcrypto/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ SRCS+= ecx_meth.c eddsa.c f_generic.c f_impl.c scalar.c
.if defined(ASM_amd64)
SRCS+= ecp_nistz256-x86_64.S ecp_nistz256.c x25519-x86_64.S
.elif defined(ASM_i386)
SRCS+= ecp_nistz256.c ecp_nistz256-x86.S
SRCS+= ecp_nistz256-x86.S ecp_nistz256.c
.endif

# engine
Expand Down

0 comments on commit 514285f

Please sign in to comment.