]> git.ipfire.org Git - thirdparty/openssl.git/commit
Remove goto inside an if(0) block
authorRich Salz <rsalz@openssl.org>
Fri, 1 May 2015 18:29:48 +0000 (14:29 -0400)
committerRich Salz <rsalz@openssl.org>
Fri, 1 May 2015 18:29:48 +0000 (14:29 -0400)
commit666964780a245c14e8f0eb6e13dd854a37387ea9
treed50fcd19525107e6c675ab342e84805da21a684e
parent190c8c60c11467424910605d8d0098ccc1168fdc
Remove goto inside an if(0) block

There were a dozen-plus instances of this construct:
   if (0) { label: ..... }

Reviewed-by: Tim Hudson <tjh@openssl.org>
14 files changed:
crypto/asn1/f_enum.c
crypto/asn1/f_int.c
crypto/asn1/f_string.c
crypto/asn1/t_x509.c
crypto/dh/dh_ameth.c
crypto/x509/x509_vfy.c
crypto/x509v3/pcy_cache.c
demos/bio/sconnect.c
ssl/s3_clnt.c
ssl/s3_lib.c
ssl/s3_srvr.c
ssl/ssl_asn1.c
ssl/ssl_cert.c
ssl/ssl_lib.c