Update - OpenSSL 1.1.1-pre7-dev
This commit is contained in:
+4
-3
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2016-2017 The OpenSSL Project Authors. All Rights Reserved.
|
||||
* Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
|
||||
*
|
||||
* Licensed under the OpenSSL licenses, (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -42,7 +42,7 @@ struct async_ctrs {
|
||||
unsigned int wctr;
|
||||
};
|
||||
|
||||
static const BIO_METHOD *bio_f_async_filter()
|
||||
static const BIO_METHOD *bio_f_async_filter(void)
|
||||
{
|
||||
if (methods_async == NULL) {
|
||||
methods_async = BIO_meth_new(BIO_TYPE_ASYNC_FILTER, "Async filter");
|
||||
@@ -299,7 +299,8 @@ static int test_asyncio(int test)
|
||||
char buf[sizeof(testdata)];
|
||||
|
||||
if (!TEST_true(create_ssl_ctx_pair(TLS_server_method(), TLS_client_method(),
|
||||
&serverctx, &clientctx, cert, privkey)))
|
||||
TLS1_VERSION, TLS_MAX_VERSION,
|
||||
&serverctx, &clientctx, cert, privkey)))
|
||||
goto end;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user