diff options
author | Andy Polyakov <appro@openssl.org> | 2014-06-04 08:34:18 +0200 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2014-06-04 08:34:18 +0200 |
commit | d86689e1d96a7f55f8266a2b8fee623fbba4b07d (patch) | |
tree | 456de7a01fb48e203174d1ffddff84da5fd22ba3 /crypto/ppccpuid.pl | |
parent | evp/e_aes.c: add erroneously omitted break; (diff) | |
download | openssl-d86689e1d96a7f55f8266a2b8fee623fbba4b07d.tar.xz openssl-d86689e1d96a7f55f8266a2b8fee623fbba4b07d.zip |
aesp8-ppc.pl: fix typos.
Diffstat (limited to 'crypto/ppccpuid.pl')
-rwxr-xr-x | crypto/ppccpuid.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ppccpuid.pl b/crypto/ppccpuid.pl index aeafb6c7b5..56cc851c1d 100755 --- a/crypto/ppccpuid.pl +++ b/crypto/ppccpuid.pl @@ -44,7 +44,7 @@ $code=<<___; .globl .OPENSSL_crypto207_probe .align 4 -.OPENSSL_crypto207_probe +.OPENSSL_crypto207_probe: lvx_u v0,0,r1 vcipher v0,v0,v0 blr |