Skip to content

Commit

Permalink
Don't define OPENSSL_C11_ATOMIC for STARBOARD
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlstrom-g committed Jan 23, 2024
1 parent b20078e commit 3593d9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions third_party/boringssl/src/crypto/internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,7 @@ OPENSSL_EXPORT void CRYPTO_once(CRYPTO_once_t *once, void (*init)(void));

// Automatically enable C11 atomics if implemented.
#if !defined(OPENSSL_C11_ATOMIC) && defined(OPENSSL_THREADS) && \
!defined(STARBOARD) && \
!defined(__STDC_NO_ATOMICS__) && defined(__STDC_VERSION__) && \
__STDC_VERSION__ >= 201112L
#define OPENSSL_C11_ATOMIC
Expand Down

0 comments on commit 3593d9e

Please sign in to comment.