FreeBSD Bugzilla – Attachment 161914 Details for
Bug 203701
[PATCH] sysutils/webjob: 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 sysutils/webjob
patch-src_ssl.c (text/plain), 493 bytes, created by
cpbsdmail
on 2015-10-11 15:17:32 UTC
(
hide
)
Description:
svn diff for sysutils/webjob
Filename:
MIME Type:
Creator:
cpbsdmail
Created:
2015-10-11 15:17:32 UTC
Size:
493 bytes
patch
obsolete
>--- src/ssl.c.orig 2012-01-07 07:56:14 UTC >+++ src/ssl.c >@@ -241,7 +241,8 @@ SslInitializeCTX(SSL_PROPERTIES *psPrope > * > ********************************************************************* > */ >- psProperties->psslCTX = SSL_CTX_new(SSLv3_client_method()); >+ psProperties->psslCTX = SSL_CTX_new(SSLv23_client_method()); >+ SSL_CTX_set_options(psProperties->psslCTX, SSL_OP_NO_SSL2 ); > if (psProperties->psslCTX == NULL) > { > ERR_error_string(ERR_get_error(), acLocalError);
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 203701
: 161914 |
161915
|
165517
|
165527
|
165531