From: Katy Feng Date: Thu, 23 Feb 2023 19:27:13 +0000 (-0800) Subject: Change to common source file not applicable to open-vm-tools. X-Git-Tag: stable-12.3.0~108 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7173a629c81bd6acf45cb07dbb169fda5ab73adf;p=thirdparty%2Fopen-vm-tools.git Change to common source file not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/asyncsocket/asyncsocket.c b/open-vm-tools/lib/asyncsocket/asyncsocket.c index 247b44330..9df3fbae6 100644 --- a/open-vm-tools/lib/asyncsocket/asyncsocket.c +++ b/open-vm-tools/lib/asyncsocket/asyncsocket.c @@ -1,5 +1,5 @@ /********************************************************* - * Copyright (C) 2003-2022 VMware, Inc. All rights reserved. + * Copyright (C) 2003-2023 VMware, Inc. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published @@ -6159,7 +6159,7 @@ AsyncTCPSocketConnectSSL(AsyncSocket *base, // IN ASSERT(asock); if (sslContext == NULL) { - sslContext = SSL_DefaultContext(); + sslContext = SSL_DefaultClientContext(); } return SSL_ConnectAndVerifyWithContext(asock->sslSock, verifyParam,