Add a test to verify the ClientHello version is the same in a reneg
[openssl.git] / test / ssltest_old.c
index 946948534ad8b4434bc76207727bd59b2df72b82..34705c34726f865cd875302c5946dde80a48c73c 100644 (file)
@@ -1836,7 +1836,8 @@ int doit_localhost(SSL *s_ssl, SSL *c_ssl, int family, long count,
     int err_in_client = 0;
     int err_in_server = 0;
 
-    acpt = BIO_new_accept("0");
+    acpt = BIO_new_accept(family == BIO_FAMILY_IPV4 ? "127.0.0.1:0"
+                                                    : "[::1]:0");
     if (acpt == NULL)
         goto err;
     BIO_set_accept_ip_family(acpt, family);