403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.238
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/net-p2p/dclib/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/net-p2p/dclib/files/patch-dclib-core_cssl.cpp
--- dclib/core/cssl.cpp.orig	2013-09-07 16:26:31.000000000 +0200
+++ dclib/core/cssl.cpp	2013-09-07 16:28:11.000000000 +0200
@@ -86,7 +86,7 @@
 /** */
 SSL_CTX * CSSL::InitClientCTX()
 {
-	SSL_METHOD *method;
+	const SSL_METHOD *method;
 	SSL_CTX *ctx = NULL;
 
 	method = SSLv23_client_method();		/* Create new client-method instance */
@@ -109,7 +109,7 @@
 /** */
 SSL_CTX * CSSL::InitServerCTX()
 {
-	SSL_METHOD *method;
+	const SSL_METHOD *method;
 	SSL_CTX *ctx = NULL;
 
 	method = SSLv23_server_method();		/* Create new client-method instance */
@@ -130,7 +130,7 @@
 /** */
 SSL_CTX * CSSL::NewTLSv1ClientCTX()
 {
-	SSL_METHOD * method = TLSv1_client_method();
+	const SSL_METHOD * method = TLSv1_client_method();
 	SSL_CTX * ctx = NULL;
 	
 	if ( method != NULL )
@@ -149,7 +149,7 @@
 /** */
 SSL_CTX * CSSL::NewTLSv1ServerCTX()
 {
-	SSL_METHOD * method = TLSv1_server_method();
+	const SSL_METHOD * method = TLSv1_server_method();
 	SSL_CTX * ctx = NULL;
 	
 	if ( method != NULL )

Youez - 2016 - github.com/yon3zu
LinuXploit