]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Remove SSL_NewContext() declaration from sslDirect.h
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/include/sslDirect.h

index 88abacb650486823e941616e4d0fa831dd4ede36..352eb644fdccbfefa94423609c14bee4f752bd54 100644 (file)
@@ -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_