The branch OpenSSL_1_1_0-stable has been updated
       via  574496c0537ac12b3e313fbcfe271e5e609388ae (commit)
      from  a4110310ea6879622516294b9fc7ef6e2f815c1c (commit)


- Log -----------------------------------------------------------------
commit 574496c0537ac12b3e313fbcfe271e5e609388ae
Author: David Benjamin <[email protected]>
Date:   Wed Jul 26 12:30:27 2017 -0400

    Fix comment typo.
    
    Reviewed-by: Ben Kaduk <[email protected]>
    Reviewed-by: Rich Salz <[email protected]>
    (Merged from https://github.com/openssl/openssl/pull/4023)
    
    (cherry picked from commit d67e755418b62fb451ec221c126c9935a06ea63b)

-----------------------------------------------------------------------

Summary of changes:
 crypto/x86_64cpuid.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crypto/x86_64cpuid.pl b/crypto/x86_64cpuid.pl
index 7995b5c..1a6f728 100644
--- a/crypto/x86_64cpuid.pl
+++ b/crypto/x86_64cpuid.pl
@@ -197,7 +197,7 @@ OPENSSL_ia32_cpuid:
 .Lclear_avx:
        mov     \$0xefffe7ff,%eax       # ~(1<<28|1<<12|1<<11)
        and     %eax,%r9d               # clear AVX, FMA and AMD XOP bits
-       andl    \$0xffffffdf,8(%rdi)    # cleax AVX2, ~(1<<5)
+       andl    \$0xffffffdf,8(%rdi)    # clear AVX2, ~(1<<5)
 .Ldone:
        shl     \$32,%r9
        mov     %r10d,%eax
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to