403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.89
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/misc/skyutils/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/misc/skyutils/files/patch-src_web.c
--- src/web.c.orig	2006-04-24 08:44:09 UTC
+++ src/web.c
@@ -123,7 +123,11 @@ SSL_CTX *SU_SSL_InitializeCTX(char *pcEr
   char errormsg[1024];
   SSL_CTX *sslctx;
 
+#ifndef OPENSSL_NO_SSL3
   sslctx = SSL_CTX_new(SSLv3_client_method());
+#else
+  sslctx = SSL_CTX_new(SSLv23_client_method());
+#endif
   if(sslctx == NULL)
   {
     ERR_error_string(ERR_get_error(), errormsg);

Youez - 2016 - github.com/yon3zu
LinuXploit