mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-27 02:32:19 +01:00
wolfcrypt/src/cpuid.c: cpuid_set_flag() and cpuid_clear_flag() thread safety; wolfcrypt/src/wc_port.c: comments re __ATOMIC_SEQ_CST and __ATOMIC_ACQUIRE; wolfssl/wolfcrypt/wc_port.h: single overrideable definitions for WOLFSSL_ATOMIC_COERCE_[U]INT(), and comment cleanup. also added WOLFSSL_USER_DEFINED_ATOMICS.