fn emit_compressed_certificate_tls13(
flight: &mut HandshakeFlight<'_, true>,
config: &ServerConfig,
cert_chain: &[CertificateDer<'static>],
ocsp_response: Option<&[u8]>,
cert_compressor: &'static dyn CertCompressor,
)
fn emit_compressed_certificate_tls13(
flight: &mut HandshakeFlight<'_, true>,
config: &ServerConfig,
cert_chain: &[CertificateDer<'static>],
ocsp_response: Option<&[u8]>,
cert_compressor: &'static dyn CertCompressor,
)