BIO_write_ex(): Make handing of BIO b == NULL and dlen == 0 less redundant
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>
Sat, 12 Jun 2021 09:49:22 +0000 (11:49 +0200)
committerDr. David von Oheimb <dev@ddvo.net>
Tue, 15 Jun 2021 12:23:29 +0000 (14:23 +0200)
commitbb19b9d4561228599b2259f6a4912066274ae622
tree941976795afd96e94c14f14574bbdc24d89d61a7
parent1d8897176d06eeb88738182dbd4ad08df2f045e9
BIO_write_ex(): Make handing of BIO b == NULL and dlen == 0 less redundant

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15722)
crypto/bio/bio_lib.c