Fix gcc-7 warnings.
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Thu, 11 May 2017 14:21:37 +0000 (16:21 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 11 May 2017 17:39:38 +0000 (19:39 +0200)
commit018fcbec38509cd03fb0709904a382c3bfcf5ed4
treecb03c315ac98d80e53a0662f26d69ca9d5ceafbf
parent69b4c01fd26e6eb72b156ed3014522c3295a7669
Fix gcc-7 warnings.
- Mostly missing fall thru comments
- And uninitialized value used in sslapitest.c

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3440)
20 files changed:
apps/engine.c
apps/verify.c
crypto/bf/bf_locl.h
crypto/bio/b_print.c
crypto/bio/bss_fd.c
crypto/bn/bn_mul.c
crypto/cast/cast_lcl.h
crypto/cms/cms_asn1.c
crypto/des/des_locl.h
crypto/evp/e_aes.c
crypto/idea/idea_lcl.h
crypto/ocsp/ocsp_ht.c
crypto/pem/pvkfmt.c
crypto/pkcs7/pk7_asn1.c
crypto/rc2/rc2_locl.h
crypto/rc5/rc5_locl.h
crypto/siphash/siphash.c
ssl/statem/statem_clnt.c
ssl/statem/statem_lib.c
test/sslapitest.c