FreeBSD Bugzilla – Attachment 161912 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_common_apputils.c (text/plain), 697 bytes, created by
cpbsdmail
on 2015-10-11 14:59:27 UTC
(
hide
)
Description:
svn diff for net/turnserver
Filename:
MIME Type:
Creator:
cpbsdmail
Created:
2015-10-11 14:59:27 UTC
Size:
697 bytes
patch
obsolete
>--- src/apps/common/apputils.c.orig 2015-06-28 09:26:54.000000000 +0200 >+++ src/apps/common/apputils.c 2015-10-02 15:56:56.044250196 +0200 >@@ -1037,13 +1037,15 @@ static const char* turn_get_method(const > if(!method) > return mdefault; > else { >- >+#ifndef OPENSSL_NO_SSL3 > if(method == SSLv3_server_method()) { > return "SSLv3"; > } else if(method == SSLv3_client_method()) { > return "SSLv3"; >- } else if(method == SSLv23_server_method()) { >- return "SSLv23"; >+ } else >+#endif >+ if(method == SSLv23_server_method()) { >+ return "SSLv23"; > } else if(method == SSLv23_client_method()) { > return "SSLv23"; > } else if(method == TLSv1_server_method()) {
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