diff options
Diffstat (limited to 'modules/alg_ia32/sha1core.S')
-rw-r--r-- | modules/alg_ia32/sha1core.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/alg_ia32/sha1core.S b/modules/alg_ia32/sha1core.S index 45f95947d..191686a7d 100644 --- a/modules/alg_ia32/sha1core.S +++ b/modules/alg_ia32/sha1core.S @@ -100,7 +100,7 @@ LOOP_UNTIL(ESI, IMM(80), .EXPANSION) ADD(E, A) ; \ ADD3_IMM(E, T, MAGIC1) ; \ ROTR_IMM(A, 5) ; - + #define F2_OR_F4(A, B, C, D, E, T, MSG, MAGIC) \ ROTL_IMM(A, 5) ; \ ADD(E, ARRAY4(EDI, MSG)) ; \ |