summaryrefslogtreecommitdiff
path: root/deps/openssl/openssl/crypto/bn/asm/ppc.pl
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2013-04-26 14:49:54 +0200
committerBen Noordhuis <info@bnoordhuis.nl>2013-04-29 12:12:33 +0200
commit4fdb8acdaef4c3cb1d855e992ada0e63fee520a6 (patch)
tree4b2a796fadb3060c6952c5521c292da209b4adfb /deps/openssl/openssl/crypto/bn/asm/ppc.pl
parent626d7abdb43b672a6153510561afdd8856b7770f (diff)
downloadandroid-node-v8-4fdb8acdaef4c3cb1d855e992ada0e63fee520a6.tar.gz
android-node-v8-4fdb8acdaef4c3cb1d855e992ada0e63fee520a6.tar.bz2
android-node-v8-4fdb8acdaef4c3cb1d855e992ada0e63fee520a6.zip
deps: downgrade openssl to v1.0.0f
Several people have reported issues with IIS and Resin servers (or maybe SSL terminators sitting in front of those servers) that are fixed by downgrading OpenSSL. The AESNI performance improvements were nice but stability is more important. Downgrade OpenSSL from 1.0.1e to 1.0.0f. Fixes #5360 (and others).
Diffstat (limited to 'deps/openssl/openssl/crypto/bn/asm/ppc.pl')
-rw-r--r--deps/openssl/openssl/crypto/bn/asm/ppc.pl43
1 files changed, 13 insertions, 30 deletions
diff --git a/deps/openssl/openssl/crypto/bn/asm/ppc.pl b/deps/openssl/openssl/crypto/bn/asm/ppc.pl
index 1249ce2299..f4093177e6 100644
--- a/deps/openssl/openssl/crypto/bn/asm/ppc.pl
+++ b/deps/openssl/openssl/crypto/bn/asm/ppc.pl
@@ -389,9 +389,7 @@ $data=<<EOF;
$ST r9,`6*$BNSZ`(r3) #r[6]=c1
$ST r10,`7*$BNSZ`(r3) #r[7]=c2
blr
- .long 0
- .byte 0,12,0x14,0,0,0,2,0
- .long 0
+ .long 0x00000000
#
# NOTE: The following label name should be changed to
@@ -816,9 +814,8 @@ $data=<<EOF;
blr
- .long 0
- .byte 0,12,0x14,0,0,0,2,0
- .long 0
+
+ .long 0x00000000
#
# NOTE: The following label name should be changed to
@@ -969,9 +966,7 @@ $data=<<EOF;
$ST r10,`6*$BNSZ`(r3) #r[6]=c1
$ST r11,`7*$BNSZ`(r3) #r[7]=c2
blr
- .long 0
- .byte 0,12,0x14,0,0,0,3,0
- .long 0
+ .long 0x00000000
#
# NOTE: The following label name should be changed to
@@ -1507,9 +1502,7 @@ $data=<<EOF;
$ST r12,`14*$BNSZ`(r3) #r[14]=c3;
$ST r10,`15*$BNSZ`(r3) #r[15]=c1;
blr
- .long 0
- .byte 0,12,0x14,0,0,0,3,0
- .long 0
+ .long 0x00000000
#
# NOTE: The following label name should be changed to
@@ -1557,9 +1550,8 @@ Lppcasm_sub_adios:
subfze r3,r0 # if carry bit is set then r3 = 0 else -1
andi. r3,r3,1 # keep only last bit.
blr
- .long 0
- .byte 0,12,0x14,0,0,0,4,0
- .long 0
+ .long 0x00000000
+
#
# NOTE: The following label name should be changed to
@@ -1602,9 +1594,7 @@ Lppcasm_add_mainloop:
Lppcasm_add_adios:
addze r3,r0 #return carry bit.
blr
- .long 0
- .byte 0,12,0x14,0,0,0,4,0
- .long 0
+ .long 0x00000000
#
# NOTE: The following label name should be changed to
@@ -1717,9 +1707,7 @@ Lppcasm_div8:
Lppcasm_div9:
or r3,r8,r0
blr
- .long 0
- .byte 0,12,0x14,0,0,0,3,0
- .long 0
+ .long 0x00000000
#
# NOTE: The following label name should be changed to
@@ -1758,9 +1746,8 @@ Lppcasm_sqr_mainloop:
bdnz- Lppcasm_sqr_mainloop
Lppcasm_sqr_adios:
blr
- .long 0
- .byte 0,12,0x14,0,0,0,3,0
- .long 0
+ .long 0x00000000
+
#
# NOTE: The following label name should be changed to
@@ -1863,9 +1850,7 @@ Lppcasm_mw_REM:
Lppcasm_mw_OVER:
addi r3,r12,0
blr
- .long 0
- .byte 0,12,0x14,0,0,0,4,0
- .long 0
+ .long 0x00000000
#
# NOTE: The following label name should be changed to
@@ -1988,9 +1973,7 @@ Lppcasm_maw_leftover:
Lppcasm_maw_adios:
addi r3,r12,0
blr
- .long 0
- .byte 0,12,0x14,0,0,0,4,0
- .long 0
+ .long 0x00000000
.align 4
EOF
$data =~ s/\`([^\`]*)\`/eval $1/gem;