CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/06/13 02:38:10
Modified files:
lib/libssl/src/crypto/rsa: rsa_eay.c
lib/libssl/src/crypto/x509: x509type.c
lib/libssl/src/ssl: d1_clnt.c d1_pkt.c d1_srvr.c
Log message:
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@