$OpenBSD: patch-t_multiple-cert-rsa-ecc_t,v 1.1 2021/09/01 15:04:37 bluhm Exp $

LibreSSL does not define TLSv1_3 constant yet.

Index: t/multiple-cert-rsa-ecc.t
--- t/multiple-cert-rsa-ecc.t.orig
+++ t/multiple-cert-rsa-ecc.t
@@ -90,7 +90,7 @@ if ( $pid == 0 ) {
 	    SSL_cipher_list => $ciphers,
 	    # don't use TLS 1.3 since the ciphers there don't specifify the
 	    # authentication mechanism
-	    SSL_version => 'SSLv23:!TLSv1_3',
+	    SSL_version => 'TLSv1_2',
 	);
 
 	my $fp = $client ? $fp2k{$client->get_fingerprint('sha256')} : 'FAIL';
