Make BIO_METHOD struct definitions consistent
authorDaniel Bevenius <daniel.bevenius@gmail.com>
Fri, 8 Dec 2017 07:20:10 +0000 (08:20 +0100)
committerAndy Polyakov <appro@openssl.org>
Sat, 9 Dec 2017 20:27:29 +0000 (21:27 +0100)
commit27ab91951c96364351f1ea0652dbf14622440345
tree53501e2f5f183b94d9ad2ea80e9f3e87f8875806
parent6aff543b9bf14bdac7f5385a9e56b8785b30f6d8
Make BIO_METHOD struct definitions consistent

I noticed that some of the BIO_METHOD structs are placing the name on
the same line as the type and some don't. This commit places the name
on a separate line for consistency (which looks like what the majority
do)

CLA: trivial

Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4878)
crypto/bio/bss_fd.c
crypto/bio/bss_log.c
crypto/evp/bio_b64.c
crypto/evp/bio_enc.c
crypto/evp/bio_md.c
crypto/evp/bio_ok.c
ssl/bio_ssl.c