boringssl/decrepit
Vincent Batts 60931e2d8a Explicit fallthrough on switch
Fixes failed compile with [-Werror=implicit-fallthrough=], which is
default on gcc-7.x on distributions like fedora.

Enabling no implicit fallthrough for more than just clang as well to
catch this going forward.

Change-Id: I6cd880dac70ec126bd7812e2d9e5ff804d32cadd
Signed-off-by: Vincent Batts <vbatts@redhat.com>
Reviewed-on: https://boringssl-review.googlesource.com/20564
Reviewed-by: David Benjamin <davidben@google.com>
Commit-Queue: David Benjamin <davidben@google.com>
2017-09-20 19:58:25 +00:00
..
bio Run the comment conversion script on decrepit/ 2017-08-18 00:05:52 +00:00
blowfish Work around language and compiler bug in memcpy, etc. 2016-12-21 20:34:47 +00:00
cast Run the comment conversion script on decrepit/ 2017-08-18 00:05:52 +00:00
cfb Add EVP AES-128 CFB128 support via decrepit. 2017-09-18 18:34:06 +00:00
des Run the comment conversion script on decrepit/ 2017-08-18 00:05:52 +00:00
dh Run the comment conversion script on decrepit/ 2017-08-18 00:05:52 +00:00
dsa Run the comment conversion script on decrepit/ 2017-08-18 00:05:52 +00:00
evp Run the comment conversion script on decrepit/ 2017-08-18 00:05:52 +00:00
obj Work around language and compiler bug in memcpy, etc. 2016-12-21 20:34:47 +00:00
rc4
ripemd Run the comment conversion script on decrepit/ 2017-08-18 00:05:52 +00:00
rsa size_t the RSA padding add functions. 2017-03-25 21:59:49 +00:00
ssl Run the comment conversion script on decrepit/ 2017-08-18 00:05:52 +00:00
x509
xts Run the comment conversion script on decrepit/ 2017-08-18 00:05:52 +00:00
CMakeLists.txt Add EVP AES-128 CFB128 support via decrepit. 2017-09-18 18:34:06 +00:00
macros.h Explicit fallthrough on switch 2017-09-20 19:58:25 +00:00