mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 14:40:32 -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
255 B
C++
11 lines
255 B
C++
--- util/Socket.cpp.orig 2014-07-17 11:36:01 UTC
|
|
+++ util/Socket.cpp
|
|
@@ -125,7 +125,7 @@ static X509 *newCert(EVP_PKEY *priv)
|
|
#endif // USESSL
|
|
|
|
|
|
-Socket::Socket(bool doSSL_=false)
|
|
+Socket::Socket(bool doSSL_)
|
|
#ifdef USESSL
|
|
: doSSL(doSSL_)
|
|
#endif
|