mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 08:00:31 -04:00
Changes: https://github.com/VirtualGL/virtualgl/blob/master/ChangeLog.txt PR: 202804 Submitted by: Ultima1252@gmail.com, matthew@reztek.cz Approved by: David Mackay <davidjx8p@gmail.com> (maintainer)
11 lines
241 B
C++
11 lines
241 B
C++
--- include/Socket.h.orig 2014-07-17 11:36:01 UTC
|
|
+++ include/Socket.h
|
|
@@ -138,7 +138,7 @@ namespace vglutil
|
|
{
|
|
public:
|
|
|
|
- Socket(bool doSSL);
|
|
+ Socket(bool doSSL=false);
|
|
#ifdef USESSL
|
|
Socket(SOCKET sd, SSL *ssl);
|
|
#else
|