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: NMatt Caswell <matt@openssl.org>
Showing
想要评论请 注册 或 登录
Many functions had a BIO* parameter, and it was always called
with bio_err. Remove the param and just use bio_err.
Reviewed-by: NMatt Caswell <matt@openssl.org>