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)
commitecf3a1fb181c08540342cceb6549e0408b32d135
tree683ff58f3b3a63163c1ad2369803f6fc44ed7e79
parentbea6cd3e1c551b48007eedbb0cb0f3a8aa473138
Remove needless bio_err argument

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>
13 files changed:
apps/apps.c
apps/apps.h
apps/asn1pars.c
apps/ca.c
apps/cms.c
apps/pkcs12.c
apps/s_apps.h
apps/s_cb.c
apps/s_client.c
apps/s_server.c
apps/smime.c
apps/srp.c
apps/verify.c