demos/http3: Use `SSL_write_ex2()` together with `SSL_WRITE_FLAG_CONCLUDE`
authorAlexandr Nedvedicky <sashan@openssl.org>
Thu, 15 Feb 2024 11:07:26 +0000 (12:07 +0100)
committerTomas Mraz <tomas@openssl.org>
Fri, 1 Mar 2024 09:56:16 +0000 (10:56 +0100)
commitc18c301deb44deb27f35c199e8bf44ca8b80e579
tree7b905c2f349d6924b2e9a36889baa71460beba26
parentc5cc9c419a0a8d97a44f01f95f0e213f56da4574
demos/http3: Use `SSL_write_ex2()` together with `SSL_WRITE_FLAG_CONCLUDE`

These calls were introduced by PR #23343.

Change also does a minor tweak to Makefile so CFLAGS and LDFLAGS variables
from the environment are respected.

Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23602)
demos/http3/Makefile
demos/http3/ossl-nghttp3.c