clang on Linux x86_64 complains about unreachable code.
authorRichard Levitte <levitte@openssl.org>
Thu, 29 Jan 2015 00:54:09 +0000 (01:54 +0100)
committerRichard Levitte <levitte@openssl.org>
Thu, 29 Jan 2015 00:54:09 +0000 (01:54 +0100)
commitc6ef15c494e49ecc505156c8063474b20e29ef6a
treeaccf01dca71f3c74a0c60aa879645cae8d99c2e4
parent7317192c645f24dfdb0c8340b871bc045454f8f4
clang on Linux x86_64 complains about unreachable code.

Reviewed-by: Rich Salz <rsalz@openssl.org>
35 files changed:
apps/pkcs12.c
crypto/asn1/asn1_gen.c
crypto/asn1/asn_mime.c
crypto/asn1/bio_asn1.c
crypto/asn1/tasn_dec.c
crypto/asn1/tasn_enc.c
crypto/bf/bftest.c
crypto/bio/bss_dgram.c
crypto/bn/bntest.c
crypto/bn/exptest.c
crypto/cast/casttest.c
crypto/cms/cms_env.c
crypto/dh/dhtest.c
crypto/dsa/dsatest.c
crypto/ecdh/ecdhtest.c
crypto/evp/evp_enc.c
crypto/evp/evp_pkey.c
crypto/evp/evp_test.c
crypto/hmac/hmactest.c
crypto/idea/ideatest.c
crypto/md4/md4test.c
crypto/md5/md5test.c
crypto/mdc2/mdc2test.c
crypto/ocsp/ocsp_ht.c
crypto/pkcs12/p12_kiss.c
crypto/rand/randtest.c
crypto/rc2/rc2test.c
crypto/rc4/rc4test.c
crypto/ripemd/rmdtest.c
crypto/x509v3/pcy_tree.c
engines/ccgost/gost_ameth.c
engines/ccgost/gost_pmeth.c
ssl/s3_lib.c
ssl/ssl_rsa.c
ssl/ssltest.c