CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2022/07/17 08:49:01
Modified files: lib/libssl : ssl.h ssl_lib.c ssl_locl.h Log message: Provide SSL_is_quic() This function will allow code to know if the SSL connection is configured for use with QUIC or not. Also move existing SSL_.*quic.* functions under LIBRESSL_HAS_QUIC to prevent exposing them prematurely. ok beck@ tb@