Skip to content

Commit

Permalink
aes/asm/vpaes-ppc.pl: fix traceback info.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Polyakov committed Feb 25, 2014
1 parent e0520c6 commit e704741
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crypto/aes/asm/vpaes-ppc.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1371,7 +1371,7 @@
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
Expand Down Expand Up @@ -1454,7 +1454,7 @@
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
___
Expand Down

0 comments on commit e704741

Please sign in to comment.