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/www/httest/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/www/httest/files/patch-src_ssl__module.c
--- src/ssl_module.c.orig	2016-12-28 15:28:18 UTC
+++ src/ssl_module.c
@@ -350,7 +350,7 @@ static void ssl_message_trace(int write_
     case DTLS1_VERSION:
       str_version = "DTLS 1.0";
       break;
-#if (OPENSSL_VERSION_NUMBER >= 0x1000100fL)
+#if OPENSSL_VERSION_NUMBER >= 0x1000100fL && defined(DTLS1_BAD_VER)
     case DTLS1_BAD_VER:
       str_version = "DTLS 1.0 (bad)";
       break;
@@ -422,7 +422,7 @@ static void ssl_message_trace(int write_
       version == TLS1_1_VERSION ||
 #endif
       version == DTLS1_VERSION
-#if (OPENSSL_VERSION_NUMBER >= 0x1000100fL)
+#if OPENSSL_VERSION_NUMBER >= 0x1000100fL && defined(DTLS1_BAD_VER)
       || version == DTLS1_BAD_VER
 #endif
     ) {
@@ -743,7 +743,7 @@ static int worker_set_client_method(work
   }
 #endif
 #endif
-#ifndef OPENSSL_NO_SSL3_METHOD
+#ifndef OPENSSL_NO_SSL3
   else if (strcasecmp(sslstr, "SSL3") == 0) {
     is_ssl = 1;
     config->meth = SSLv3_client_method();
@@ -794,7 +794,7 @@ static int worker_set_server_method(work
   }
 #endif
 #endif
-#ifndef OPENSSL_NO_SSL3_METHOD
+#ifndef OPENSSL_NO_SSL3
   else if (strcasecmp(sslstr, "SSL3") == 0) {
     is_ssl = 1;
     config->meth = SSLv3_server_method();

Youez - 2016 - github.com/yon3zu
LinuXploit