diff options
Diffstat (limited to 'src/lib/libcrypto/bn/asm/ppc-mont.pl')
-rw-r--r-- | src/lib/libcrypto/bn/asm/ppc-mont.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/bn/asm/ppc-mont.pl b/src/lib/libcrypto/bn/asm/ppc-mont.pl index 293343619e..68320a87f7 100644 --- a/src/lib/libcrypto/bn/asm/ppc-mont.pl +++ b/src/lib/libcrypto/bn/asm/ppc-mont.pl | |||
@@ -109,9 +109,9 @@ $code=<<___; | |||
109 | .machine "any" | 109 | .machine "any" |
110 | .text | 110 | .text |
111 | 111 | ||
112 | .globl .bn_mul_mont_int | 112 | .globl .bn_mul_mont |
113 | .align 4 | 113 | .align 4 |
114 | .bn_mul_mont_int: | 114 | .bn_mul_mont: |
115 | cmpwi $num,4 | 115 | cmpwi $num,4 |
116 | mr $rp,r3 ; $rp is reassigned | 116 | mr $rp,r3 ; $rp is reassigned |
117 | li r3,0 | 117 | li r3,0 |