]> git.ipfire.org Git - thirdparty/openssl.git/commit
sslecho: Rename bool to flag to avoid C23 conflict
authorTomas Mraz <tomas@openssl.org>
Mon, 28 Apr 2025 14:00:32 +0000 (16:00 +0200)
committerTomas Mraz <tomas@openssl.org>
Wed, 30 Apr 2025 09:48:01 +0000 (11:48 +0200)
commit81ce3d3ae8f6c4021e0dce86891e869efa1710db
tree69bdf17b5f6ba6f2da48d2c5f523a43df7e94387
parent29464b4c15db4c4063633743254986a91b91dd33
sslecho: Rename bool to flag to avoid C23 conflict

Fixes #27516

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/27519)
demos/sslecho/main.c