FreeBSD Bugzilla – Attachment 165762 Details for
Bug 206369
www/apache22 WITH_OPENSSL_PORTS and SSLv2, SSLv3 disabled fails to compile
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
This seems to fix the problem for me
apache22.diff (text/plain), 1.62 KB, created by
Matthew Seaman
on 2016-01-18 16:11:29 UTC
(
hide
)
Description:
This seems to fix the problem for me
Filename:
MIME Type:
Creator:
Matthew Seaman
Created:
2016-01-18 16:11:29 UTC
Size:
1.62 KB
patch
obsolete
>Index: files/patch-support__ab.c >=================================================================== >--- files/patch-support__ab.c (revision 406555) >+++ files/patch-support__ab.c (working copy) >@@ -1283,7 +1283,7 @@ > break; > case 'h': > usage(argv[0]); >-@@ -2221,26 +2296,33 @@ int main(int argc, const char * const ar >+@@ -2221,26 +2296,35 @@ int main(int argc, const char * const ar > case 'V': > copyright(); > return 0; >@@ -1309,8 +1309,10 @@ > meth = SSLv2_client_method(); > #endif > - } else if (strncasecmp(optarg, "SSL3", 4) == 0) { >++#ifndef OPENSSL_NO_SSL3 > + } else if (strncasecmp(opt_arg, "SSL3", 4) == 0) { > meth = SSLv3_client_method(); >++#endif > #ifdef HAVE_TLSV1_X > - } else if (strncasecmp(optarg, "TLS1.1", 6) == 0) { > + } else if (strncasecmp(opt_arg, "TLS1.1", 6) == 0) { >@@ -1324,7 +1326,7 @@ > meth = TLSv1_client_method(); > } > break; >-@@ -2253,6 +2335,10 @@ int main(int argc, const char * const ar >+@@ -2253,6 +2337,10 @@ int main(int argc, const char * const ar > usage(argv[0]); > } > >@@ -1335,7 +1337,7 @@ > if (parse_url(apr_pstrdup(cntxt, opt->argv[opt->ind++]))) { > fprintf(stderr, "%s: invalid URL\n", argv[0]); > usage(argv[0]); >-@@ -2296,6 +2382,10 @@ int main(int argc, const char * const ar >+@@ -2296,6 +2384,10 @@ int main(int argc, const char * const ar > exit(1); > } > SSL_CTX_set_options(ssl_ctx, SSL_OP_ALL);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 206369
:
165761
| 165762