boringssl/ssl
David Benjamin a3d76d019f Switch OPENSSL_COMPILE_ASSERT to static_assert in C++ code.
Clang for Windows does not like OPENSSL_COMPILE_ASSERT inside a function
in C++. It complains that the struct is unused. I think we worked around
this in C previously by making it expand to C11 _Static_assert when
available.

But libssl is now C++ and assumes a C++11-capable compiler. Use real
static_assert.

Bug: 132
Change-Id: I6aceb95360244bd2c80d194b80676483abb60519
Reviewed-on: https://boringssl-review.googlesource.com/17924
Reviewed-by: Adam Langley <agl@google.com>
2017-07-14 23:53:51 +00:00
..
test Fix handling of ServerHellos with omitted extensions. 2017-07-14 23:17:40 +00:00
bio_ssl.cc Switch a number of files to C++. 2017-07-12 20:54:02 +00:00
CMakeLists.txt Switch tls13_client and tls13_server to C++. 2017-07-13 16:14:26 +00:00
custom_extensions.cc Switch a number of files to C++. 2017-07-12 20:54:02 +00:00
d1_both.cc Switch OPENSSL_COMPILE_ASSERT to static_assert in C++ code. 2017-07-14 23:53:51 +00:00
d1_lib.cc Switch a number of files to C++. 2017-07-12 20:54:02 +00:00
d1_pkt.cc Switch a number of files to C++. 2017-07-12 20:54:02 +00:00
d1_srtp.cc Switch a number of files to C++. 2017-07-12 20:54:02 +00:00
dtls_method.cc Switch a number of files to C++. 2017-07-12 20:54:02 +00:00
dtls_record.cc Switch a number of files to C++. 2017-07-12 20:54:02 +00:00
handshake_client.cc Switch OPENSSL_COMPILE_ASSERT to static_assert in C++ code. 2017-07-14 23:53:51 +00:00
handshake_server.cc Switch handshake_client and handshake_server to C++. 2017-07-12 21:23:52 +00:00
internal.h Add SSL_AEAD_CTX_seal_scatter. 2017-07-14 23:37:57 +00:00
s3_both.cc Implement ContentType TLS 1.3 variant. 2017-07-14 19:48:00 +00:00
s3_lib.cc Switch a number of files to C++. 2017-07-12 20:54:02 +00:00
s3_pkt.cc Implement ContentType TLS 1.3 variant. 2017-07-14 19:48:00 +00:00
ssl_aead_ctx.cc Switch OPENSSL_COMPILE_ASSERT to static_assert in C++ code. 2017-07-14 23:53:51 +00:00
ssl_asn1.cc Switch a number of files to C++. 2017-07-12 20:54:02 +00:00
ssl_buffer.cc Switch OPENSSL_COMPILE_ASSERT to static_assert in C++ code. 2017-07-14 23:53:51 +00:00
ssl_cert.cc Convert ssl_buffer, ssl_cert, and ssl_cipher to C++. 2017-07-13 15:10:43 +00:00
ssl_cipher.cc Convert ssl_buffer, ssl_cert, and ssl_cipher to C++. 2017-07-13 15:10:43 +00:00
ssl_ecdh.cc Switch ssl_ecdh to C++. 2017-07-13 15:26:03 +00:00
ssl_file.cc Switch ssl_aead_ctx, ssl_file, and ssl_lib to C++. 2017-07-13 16:06:41 +00:00
ssl_lib.cc Switch OPENSSL_COMPILE_ASSERT to static_assert in C++ code. 2017-07-14 23:53:51 +00:00
ssl_privkey.cc Switch OPENSSL_COMPILE_ASSERT to static_assert in C++ code. 2017-07-14 23:53:51 +00:00
ssl_session.cc Switch more files to C++. 2017-07-13 16:08:28 +00:00
ssl_stat.cc Switch more files to C++. 2017-07-13 16:08:28 +00:00
ssl_test.cc Add some addition tests for the cipher parsing code and tidy. 2017-07-05 23:52:05 +00:00
ssl_transcript.cc Switch more files to C++. 2017-07-13 16:08:28 +00:00
ssl_versions.cc Implement ContentType TLS 1.3 variant. 2017-07-14 19:48:00 +00:00
ssl_x509.cc Switch a number of files to C++. 2017-07-12 20:54:02 +00:00
t1_enc.cc Switch more files to C++. 2017-07-13 16:08:28 +00:00
t1_lib.cc Switch OPENSSL_COMPILE_ASSERT to static_assert in C++ code. 2017-07-14 23:53:51 +00:00
tls13_both.cc Switch t1_lib, tls_record, and tls13_both to C++. 2017-07-13 16:14:02 +00:00
tls13_client.cc Switch tls13_client and tls13_server to C++. 2017-07-13 16:14:26 +00:00
tls13_enc.cc Switch t1_lib, tls_record, and tls13_both to C++. 2017-07-13 16:14:02 +00:00
tls13_server.cc Switch tls13_client and tls13_server to C++. 2017-07-13 16:14:26 +00:00
tls_method.cc Switch more files to C++. 2017-07-13 16:08:28 +00:00
tls_record.cc Add SSL_AEAD_CTX_seal_scatter. 2017-07-14 23:37:57 +00:00