Ensure that SSL_{peek,read,write}() are not called if QUIC is in use.
authorjsing <jsing@openbsd.org>
Sun, 21 Aug 2022 18:17:11 +0000 (18:17 +0000)
committerjsing <jsing@openbsd.org>
Sun, 21 Aug 2022 18:17:11 +0000 (18:17 +0000)
commit585c9c297a6b82331daac86cfd524643bf66e247
treea75bf339aeb039a8fe6e597f0b3fdc90167cb7a0
parent1fd51421efdf52c67ac3371d4c0c3858e09d6c96
Ensure that SSL_{peek,read,write}() are not called if QUIC is in use.

ok tb@
lib/libssl/ssl_lib.c