NULL)))
goto end;
+ /* Reset the BIOs we set in create_ssl_objects. We should not need them */
+ SSL_set_bio(serverssl, NULL, NULL);
+ SSL_set_bio(clientssl, NULL, NULL);
+
if (!TEST_true(SSL_set_app_data(clientssl, &clientquicdata))
|| !TEST_true(SSL_set_app_data(serverssl, &serverquicdata)))
goto end;
|| !TEST_true(SSL_set_session(clientssl, sess)))
goto end;
+ /* Reset the BIOs we set in create_ssl_objects. We should not need them */
+ SSL_set_bio(serverssl, NULL, NULL);
+ SSL_set_bio(clientssl, NULL, NULL);
+
if (!TEST_true(SSL_set_app_data(clientssl, &clientquicdata))
|| !TEST_true(SSL_set_app_data(serverssl, &serverquicdata)))
goto end;