From: Katy Feng Date: Thu, 23 Feb 2023 19:27:13 +0000 (-0800) Subject: Remove SSL_NewContext() declaration from sslDirect.h X-Git-Tag: stable-12.3.0~111 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=076aa3f0276010daaae95a95b2c3d4aea56b55bd;p=thirdparty%2Fopen-vm-tools.git Remove SSL_NewContext() declaration from sslDirect.h --- diff --git a/open-vm-tools/lib/include/sslDirect.h b/open-vm-tools/lib/include/sslDirect.h index 88abacb65..352eb644f 100644 --- a/open-vm-tools/lib/include/sslDirect.h +++ b/open-vm-tools/lib/include/sslDirect.h @@ -1,5 +1,5 @@ /********************************************************* - * Copyright (C) 2014-2016 VMware, Inc. All rights reserved. + * Copyright (C) 2014-2016,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 @@ -59,7 +59,5 @@ int SSL_WantRead(const SSLSock ssl); #define SSLGeneric_close(sock) close(sock) #endif -void *SSL_NewContext(void); - #endif // ifndef _SSLDIRECT_H_