Remove "dummy" BIO create and destroy functions
authorRichard Levitte <levitte@openssl.org>
Wed, 31 Jan 2018 14:24:24 +0000 (15:24 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 31 Jan 2018 16:45:11 +0000 (17:45 +0100)
commit94f1c9379c3ed4b088718b35d0dd807d619d50c5
tree298ddf803baf0e7b32e3741618f01610ab8e60c4
parent7f55808fe723c146428415a470ed42331548007b
Remove "dummy" BIO create and destroy functions

They aren't needed if all they do is set bio->init = 1 and zero other
fields that are already zeroed

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5223)
crypto/bio/bf_null.c
crypto/bio/bss_null.c