CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/07/24 08:31:37
Modified files:
lib/libssl : tls13_quic.c
Log message:
Set NULL BIOs for QUIC.
When used with QUIC, the SSL BIOs are effectively unused, however we still
currently expect them to exist for status (such as SSL_ERROR_WANT_READ and
SSL_ERROR_WANT_WRITE). Set up NULL BIOs if QUIC is in use.
ok tb@
