Skip to content

Commit

Permalink
Fix more whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
olivergillespie committed Jan 24, 2025
1 parent c603417 commit 297751f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crypto/fipsmodule/md5/asm/md5-x86_64.pl
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ sub round2_step
and $x, %r12d /* x & z */
and $y, %r11d /* y & (not z) */
mov $k_next*4(%rsi),%r10d /* (NEXT STEP) X[$k_next] */
add %r11d, $dst /* dst += (y & (not z)) */
add %r11d, $dst /* dst += (y & (not z)) */
mov $y, %r11d /* (NEXT STEP) z' = $y */
add %r12d, $dst /* dst += (x & z) */
add %r12d, $dst /* dst += (x & z) */
mov $y, %r12d /* (NEXT STEP) z' = $y */
rol \$$s, $dst /* dst <<< s */
add $x, $dst /* dst += x */
Expand Down

0 comments on commit 297751f

Please sign in to comment.