From 8f860b133896bf655e4342ecefe692d52df81d48 Mon Sep 17 00:00:00 2001 From: Robert Sloan Date: Mon, 28 Aug 2017 07:37:06 -0700 Subject: external/boringssl: Sync to f21650709a6f76e829ddcc77fe221c9d6a5c12de. This includes the following changes: https://boringssl.googlesource.com/boringssl/+log/348f0d8db9c2a0eca0503ba654020209c579d552..f21650709a6f76e829ddcc77fe221c9d6a5c12de Test: BoringSSL CTS Presubmits. Change-Id: Ie6e99c3315c552068b5ea57e31b1af7ff94f9b0f --- src/crypto/refcount_c11.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/crypto/refcount_c11.c') diff --git a/src/crypto/refcount_c11.c b/src/crypto/refcount_c11.c index fbc0343d..0a331a45 100644 --- a/src/crypto/refcount_c11.c +++ b/src/crypto/refcount_c11.c @@ -25,7 +25,7 @@ #include -/* See comment above the typedef of CRYPTO_refcount_t about these tests. */ +// See comment above the typedef of CRYPTO_refcount_t about these tests. static_assert(alignof(CRYPTO_refcount_t) == alignof(_Atomic CRYPTO_refcount_t), "_Atomic alters the needed alignment of a reference count"); static_assert(sizeof(CRYPTO_refcount_t) == sizeof(_Atomic CRYPTO_refcount_t), @@ -64,4 +64,4 @@ int CRYPTO_refcount_dec_and_test_zero(CRYPTO_refcount_t *in_count) { } } -#endif /* OPENSSL_C11_ATOMIC */ +#endif // OPENSSL_C11_ATOMIC -- cgit v1.2.3