Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/sslapitest.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/sslapitest.c b/test/sslapitest.c
index cc790a057c..b190145159 100644
--- a/test/sslapitest.c
+++ b/test/sslapitest.c
@@ -467,6 +467,7 @@ static SSL_BIO_TEST_FIXTURE ssl_bio_set_up(const char *const test_case_name)
fixture.test_case_name = test_case_name;
fixture.pop_ssl = 0;
+ fixture.change_bio = NO_BIO_CHANGE;
return fixture;
}