mirror of https://github.com/openssl/openssl.git
x86_64cpuid.pl: fix typo.
This commit is contained in:
parent
301799b803
commit
4d01f2761d
|
|
@ -367,7 +367,7 @@ OPENSSL_ia32_rdrand:
|
|||
cmp \$0,%rax
|
||||
cmove %rcx,%rax
|
||||
ret
|
||||
.size OPENSSL_ia32_rdrand,.-OPENSSL_ia32_rdarnd
|
||||
.size OPENSSL_ia32_rdrand,.-OPENSSL_ia32_rdrand
|
||||
___
|
||||
|
||||
close STDOUT; # flush
|
||||
|
|
|
|||
Loading…
Reference in New Issue