FreeBSD Bugzilla – Attachment 161913 Details for
Bug 203700
[PATCH] net/turnserver: Fix build with No-SSLv3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff for net/turnserver
patch-src_apps_uclient_mainuclient.c (text/plain), 694 bytes, created by
cpbsdmail
on 2015-10-11 15:00:28 UTC
(
hide
)
Description:
svn diff for net/turnserver
Filename:
MIME Type:
Creator:
cpbsdmail
Created:
2015-10-11 15:00:28 UTC
Size:
694 bytes
patch
obsolete
>--- src/apps/uclient/mainuclient.c.orig 2015-09-27 07:40:25 UTC >+++ src/apps/uclient/mainuclient.c >@@ -483,9 +483,11 @@ int main(int argc, char **argv) > root_tls_ctx[root_tls_ctx_num] = SSL_CTX_new(SSLv23_client_method()); > SSL_CTX_set_cipher_list(root_tls_ctx[root_tls_ctx_num], csuite); > root_tls_ctx_num++; >+#ifndef OPENSSL_NO_SSL3 > root_tls_ctx[root_tls_ctx_num] = SSL_CTX_new(SSLv3_client_method()); > SSL_CTX_set_cipher_list(root_tls_ctx[root_tls_ctx_num], csuite); > root_tls_ctx_num++; >+#endif > root_tls_ctx[root_tls_ctx_num] = SSL_CTX_new(TLSv1_client_method()); > SSL_CTX_set_cipher_list(root_tls_ctx[root_tls_ctx_num], csuite); > root_tls_ctx_num++;
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
Flags:
koobs
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 203700
:
161912
| 161913