]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix solaris build in CRYPTO_atomic_store api
authorNeil Horman <nhorman@openssl.org>
Wed, 27 Nov 2024 17:22:19 +0000 (12:22 -0500)
committerTomas Mraz <tomas@openssl.org>
Fri, 29 Nov 2024 11:08:40 +0000 (12:08 +0100)
commit22ab18fa4faf8963afc3692eb1544d6a8bdc110e
tree207f45d0607b3d070ba61f2334fdf397a9ecff6a
parent74b3781fb4e92fef51fed57fcb1d5795844604d4
Fix solaris build in CRYPTO_atomic_store api

Misnamed variable, just correct it to dst

Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26075)

(cherry picked from commit 4c04a19860d1a6cfaa234463cc0b8e28740d9acb)
crypto/threads_pthread.c