Fix bad indenting in LibreSSL.
authordoug <doug@openbsd.org>
Sat, 13 Jun 2015 08:38:10 +0000 (08:38 +0000)
committerdoug <doug@openbsd.org>
Sat, 13 Jun 2015 08:38:10 +0000 (08:38 +0000)
commita6cc4a65ba3bbff30612fb4df44d9c809b6f436f
tree5ef1e0d267b1755768d36aa35650e4b67d859bc7
parent48f8499b6af82f7f4284f4a871dd1c795de53770
Fix bad indenting in LibreSSL.

jsg@ noticed that some of the lines in libssl and libcrypto are not
indented properly.  At a quick glance, it looks like it has a different
control flow than it really does.  I checked the history in our tree and
in OpenSSL to make sure these were simple mistakes.

ok miod@ jsing@
lib/libcrypto/rsa/rsa_eay.c
lib/libcrypto/x509/x509type.c
lib/libssl/d1_clnt.c
lib/libssl/d1_pkt.c
lib/libssl/d1_srvr.c
lib/libssl/src/crypto/rsa/rsa_eay.c
lib/libssl/src/crypto/x509/x509type.c
lib/libssl/src/ssl/d1_clnt.c
lib/libssl/src/ssl/d1_pkt.c
lib/libssl/src/ssl/d1_srvr.c