CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2024/03/30 03:53:41
Modified files: regress/lib/libssl/tlsext: tlsexttest.c Log message: Initialize quic_method in tlsexttest This is only there to pretend a quic method was set on the SSL, but apparently some compilers warn about an uninitialized variable. from Christian Andersen