]> git.ipfire.org Git - thirdparty/openssl.git/commit
refcnt: convert references counts to a structure
authorPauli <pauli@openssl.org>
Wed, 21 Jun 2023 23:48:56 +0000 (09:48 +1000)
committerPauli <pauli@openssl.org>
Sat, 1 Jul 2023 11:18:08 +0000 (21:18 +1000)
commit99fd5b2b103f701151f4eb3fe0500ae0388e5136
tree48fdd8b36fca9e3d0670791466c5fa2b4d6c22df
parent500e479db1beae5fa5691d40b866329d2fdc62e7
refcnt: convert references counts to a structure

The structure includes the count and optionally a lock.
The count has the appropriate qualifiers.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21260)
include/internal/refcount.h