]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Change to common source file not applicable to open-vm-tools.
authorKaty Feng <fkaty@vmware.com>
Thu, 23 Feb 2023 19:27:13 +0000 (11:27 -0800)
committerKaty Feng <fkaty@vmware.com>
Thu, 23 Feb 2023 19:27:13 +0000 (11:27 -0800)
open-vm-tools/lib/asyncsocket/asyncsocket.c

index 247b44330aa4a6a35be75ac779777d4ae47a9fb8..9df3fbae61c158e08a972c37231bd046f2265994 100644 (file)
@@ -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,