mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 19:56:53 -04:00
11 lines
269 B
C++
11 lines
269 B
C++
--- MyTcpSocket.cpp.orig 2010-01-12 14:14:30.000000000 +0800
|
|
+++ MyTcpSocket.cpp 2010-01-12 14:14:46.000000000 +0800
|
|
@@ -149,7 +149,7 @@
|
|
|
|
void MyTcpSocket::InitSSLServer()
|
|
{
|
|
- InitializeContext("comb.pem","");
|
|
+ InitializeContext("comb.pem",(SSL_METHOD*)"");
|
|
}
|
|
|
|
|