diff options
Diffstat (limited to 'sys/crypto/openssl/arm/sha256-armv4.S')
-rw-r--r-- | sys/crypto/openssl/arm/sha256-armv4.S | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/crypto/openssl/arm/sha256-armv4.S b/sys/crypto/openssl/arm/sha256-armv4.S index c1b775f767c8..822bc81b3054 100644 --- a/sys/crypto/openssl/arm/sha256-armv4.S +++ b/sys/crypto/openssl/arm/sha256-armv4.S @@ -1,5 +1,5 @@ /* Do not modify. This file is auto-generated from sha256-armv4.pl. */ -@ Copyright 2007-2020 The OpenSSL Project Authors. All Rights Reserved. +@ Copyright 2007-2023 The OpenSSL Project Authors. All Rights Reserved. @ @ Licensed under the Apache License 2.0 (the "License"). You may not use @ this file except in compliance with the License. You can obtain a copy @@ -2819,5 +2819,6 @@ sha256_block_data_order_armv8: .align 2 .align 2 #if __ARM_MAX_ARCH__>=7 && !defined(__KERNEL__) -.comm OPENSSL_armcap_P,4,4 + +.hidden OPENSSL_armcap_P #endif |