Try to unify BIO read/write parameter names
authorBenjamin Kaduk <bkaduk@akamai.com>
Fri, 28 Oct 2016 16:53:00 +0000 (11:53 -0500)
committerRichard Levitte <levitte@openssl.org>
Fri, 28 Oct 2016 22:56:52 +0000 (00:56 +0200)
commit4e3973b457d42172711e2c556362826b02c44169
tree9c8d8df7c4f5f1fab84fc3046c3052af19df0190
parentb509b6d787354141e776344782e46ab4c49cb6e9
Try to unify BIO read/write parameter names

After the recent reworking, not everything matched up, and some
comments didn't catch up to the outl-->dlen and inl-->dlen renames
that happened during the development of the recent patches.

Try to make parameter names consistent across header, implementation,
and manual pages.

Also remove some trailing whitespace that was inadvertently introduced.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1798)
crypto/bio/bio_lib.c
doc/man3/BIO_read.pod
doc/man3/BIO_set_callback.pod
include/openssl/bio.h