projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dabd4f1
)
aes/asm/vpaes-ppc.pl: fix traceback info.
author
Andy Polyakov
<appro@openssl.org>
Tue, 25 Feb 2014 19:11:34 +0000
(20:11 +0100)
committer
Andy Polyakov
<appro@openssl.org>
Tue, 25 Feb 2014 19:13:41 +0000
(20:13 +0100)
(cherry picked from commit
e704741bf3ce02c7dbcd9b81c4df257b3d919f7e
)
crypto/aes/asm/vpaes-ppc.pl
patch
|
blob
|
history
diff --git
a/crypto/aes/asm/vpaes-ppc.pl
b/crypto/aes/asm/vpaes-ppc.pl
index f78e713f707af4962230ab62df01afac57a95cae..d6c931701ea5d4def09eb379da125c25f50f18af 100644
(file)
--- a/
crypto/aes/asm/vpaes-ppc.pl
+++ b/
crypto/aes/asm/vpaes-ppc.pl
@@
-1371,7
+1371,7
@@
Lschedule_mangle_dec:
addi $sp,$sp,$FRAME
blr
.long 0
- .byte 0,12,0x04,1,0x80,3,0
+ .byte 0,12,0x04,1,0x80,
0,
3,0
.long 0
.size .vpaes_set_encrypt_key,.-.vpaes_set_encrypt_key
@@
-1454,7
+1454,7
@@
Lschedule_mangle_dec:
addi $sp,$sp,$FRAME
blr
.long 0
- .byte 0,12,0x04,1,0x80,3,0
+ .byte 0,12,0x04,1,0x80,
0,
3,0
.long 0
.size .vpaes_set_decrypt_key,.-.vpaes_set_decrypt_key
___