Make BIO_METHOD struct definitions consistent
authorDaniel Bevenius <daniel.bevenius@gmail.com>
Fri, 8 Dec 2017 07:20:10 +0000 (08:20 +0100)
committerRichard Levitte <levitte@openssl.org>
Sun, 10 Dec 2017 09:40:05 +0000 (10:40 +0100)
commitb6f28b1243fdcddc872cb170ea87ab2138b5c388
tree07fccab8ab9420c8114040759cadb2a486ebfe8b
parenta836f9fa951e33a5186e2421413de0b50ed2233a
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)

(cherry picked from commit 27ab91951c96364351f1ea0652dbf14622440345)
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