Commit 11fc6c76 authored by Richard Levitte's avatar Richard Levitte Committed by Matt Caswell
Browse files

CRYPTO_atomic_add(): use acquire release memory order rather than relaxed



For increments, the relaxed model is fine.  For decrements, it's
recommended to use the acquire release model.  We therefore go for the
latter.

Reviewed-by: default avatarAndy Polyakov <appro@openssl.org>
parent cb4b54c2
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment