diff options
Diffstat (limited to 'sys/crypto/openssl/i386/chacha-x86.S')
-rw-r--r-- | sys/crypto/openssl/i386/chacha-x86.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/crypto/openssl/i386/chacha-x86.S b/sys/crypto/openssl/i386/chacha-x86.S index df2b4c3f4f95..6d4d8fb5e727 100644 --- a/sys/crypto/openssl/i386/chacha-x86.S +++ b/sys/crypto/openssl/i386/chacha-x86.S @@ -1022,7 +1022,7 @@ ChaCha20_xop: popl %ebp ret .size ChaCha20_xop,.-.L_ChaCha20_xop_begin -.comm OPENSSL_ia32cap_P,16,4 +.comm OPENSSL_ia32cap_P,40,4 .section ".note.gnu.property", "a" .p2align 2 @@ -2063,7 +2063,7 @@ ChaCha20_xop: popl %ebp ret .size ChaCha20_xop,.-.L_ChaCha20_xop_begin -.comm OPENSSL_ia32cap_P,16,4 +.comm OPENSSL_ia32cap_P,40,4 .section ".note.gnu.property", "a" .p2align 2 |