Remove needless bio_err argument
authorRich Salz <rsalz@openssl.org>
Wed, 29 Apr 2015 15:27:08 +0000 (11:27 -0400)
committerRich Salz <rsalz@openssl.org>
Wed, 29 Apr 2015 15:27:08 +0000 (11:27 -0400)
Many functions had a BIO* parameter, and it was always called
with bio_err.  Remove the param and just use bio_err.

Reviewed-by: Matt Caswell <matt@openssl.org>

No differences found