Commit 403660257b for openssl.org

commit 403660257b43fb7392c7c2c14b6dd49c4c1b8caa
Author: Neil Horman <nhorman@openssl.org>
Date:   Thu Apr 2 15:23:47 2026 -0400

    Run make update

    Adds CRYPTO_atomic_load_ptr, CRYPTO_atomic_store_ptr and
    CRYPTO_atomic_cmp_exch_ptr

    Reviewed-by: Paul Dale <paul.dale@oracle.com>
    Reviewed-by: Nikola Pajkovsky <nikolap@openssl.org>
    MergeDate: Tue Apr 14 08:29:32 2026
    (Merged from https://github.com/openssl/openssl/pull/30670)

diff --git a/util/libcrypto.num b/util/libcrypto.num
index a99907f14e..977df0d226 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -5716,3 +5716,6 @@ ASN1_BIT_STRING_set1                    5713	4_0_0	EXIST::FUNCTION:
 OSSL_ESS_check_signing_certs_ex         5714	4_0_0	EXIST::FUNCTION:
 X509v3_delete_extension                 5715	4_0_0	EXIST::FUNCTION:
 CTLOG_STORE_add0_log                    ?	4_1_0	EXIST::FUNCTION:CT
+CRYPTO_atomic_load_ptr                  ?	4_1_0	EXIST::FUNCTION:
+CRYPTO_atomic_store_ptr                 ?	4_1_0	EXIST::FUNCTION:
+CRYPTO_atomic_cmp_exch_ptr              ?	4_1_0	EXIST::FUNCTION: