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:47:06 +0000 (17:47 +0100)
commitd4577a1474cd67afbfa5a48729c979180144b9d6
tree2fb48d5b253e0db39ae04c761f271eae567f2774
parentcd1caea433d44e63af517a8149eee6ed9f45f681
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)

(cherry picked from commit 94f1c9379c3ed4b088718b35d0dd807d619d50c5)
crypto/bio/bf_null.c
crypto/bio/bss_null.c