diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libcrypto/modes/asm/ghash-x86.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/modes/asm/ghash-x86.pl b/src/lib/libcrypto/modes/asm/ghash-x86.pl index 5e868a43ff..47833582b6 100644 --- a/src/lib/libcrypto/modes/asm/ghash-x86.pl +++ b/src/lib/libcrypto/modes/asm/ghash-x86.pl | |||
| @@ -714,7 +714,7 @@ sub mmx_loop() { | |||
| 714 | } | 714 | } |
| 715 | 715 | ||
| 716 | &mov (&LB($nlo),&LB($dat)); | 716 | &mov (&LB($nlo),&LB($dat)); |
| 717 | &mov ($dat,&DWP(528+$j,"esp")) if (--$j%4==0); | 717 | &mov ($dat,&DWP(528+$j,"esp")) if (--$j%4==0 && $j>=0); |
| 718 | 718 | ||
| 719 | &movd ($rem[0],$Zlo); | 719 | &movd ($rem[0],$Zlo); |
| 720 | &movz ($rem[1],&LB($rem[1])) if ($i>0); | 720 | &movz ($rem[1],&LB($rem[1])) if ($i>0); |
