]> git.ipfire.org Git - thirdparty/openssl.git/commit
bio_b64.c: Replace OPENSSL_assert() calls with ossl_assert()
authorKenjiro Nakayama <nakayamakenjiro@gmail.com>
Tue, 15 Apr 2025 22:24:40 +0000 (07:24 +0900)
committerTomas Mraz <tomas@openssl.org>
Wed, 30 Apr 2025 13:53:44 +0000 (15:53 +0200)
commit305bbc1837ff31389e8330f14446286695e105fa
tree5f694343e6c1369e8999777fd84e0a6440b777c5
parent81ce3d3ae8f6c4021e0dce86891e869efa1710db
bio_b64.c: Replace OPENSSL_assert() calls with ossl_assert()

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27401)
crypto/evp/bio_b64.c