diff options
author | Richard Levitte <levitte@openssl.org> | 2015-07-13 16:53:37 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2015-07-14 01:10:01 +0200 |
commit | 053fa39af62f5b3543ebec8592e4592965b18e26 (patch) | |
tree | 54e7e25036c72e9edbae373ea64d39e9d14a1891 /crypto/sparccpuid.S | |
parent | Small script to re-encode files that need it to UTF-8 (diff) | |
download | openssl-053fa39af62f5b3543ebec8592e4592965b18e26.tar.xz openssl-053fa39af62f5b3543ebec8592e4592965b18e26.zip |
Conversion to UTF-8 where needed
This leaves behind files with names ending with '.iso-8859-1'. These
should be safe to remove. If something went wrong when re-encoding,
there will be some files with names ending with '.utf8' left behind.
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'crypto/sparccpuid.S')
-rw-r--r-- | crypto/sparccpuid.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/sparccpuid.S b/crypto/sparccpuid.S index 9b6744f25c..72c7adfc74 100644 --- a/crypto/sparccpuid.S +++ b/crypto/sparccpuid.S @@ -127,7 +127,7 @@ OPENSSL_wipe_cpu: fmovs %f1,%f3 fmovs %f0,%f2 - add %fp,BIAS,%i0 ! return pointer to caller“s top of stack + add %fp,BIAS,%i0 ! return pointer to callerĀ“s top of stack ret restore |