Commit cd1caea4 authored by Richard Levitte's avatar Richard Levitte
Browse files

BIO: at the end of BIO_new, declare the BIO inited if no create method present



Without this, every BIO implementation is forced to have a create
method, just to set bio->init = 1.

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5223)

(cherry picked from commit 7f55808f)
parent 96de98ba
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment