Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 245534 Details for
Bug 147693
New ebuild for DCMTK (Dicom Tool Kit)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
openssl patch the updated ebuild applies
patch-openssl-1.0.0.diff (text/plain), 956 bytes, created by
Attila Tóth
on 2010-08-31 20:04:58 UTC
(
hide
)
Description:
openssl patch the updated ebuild applies
Filename:
MIME Type:
Creator:
Attila Tóth
Created:
2010-08-31 20:04:58 UTC
Size:
956 bytes
patch
obsolete
>Upstream patch from 2009-12-18 to fix compilation with OpenSSL 1.0.0 >--- dcmtls/libsrc/tlslayer.cc.orig 2009-01-30 07:53:53.000000000 -0600 >+++ dcmtls/libsrc/tlslayer.cc 2009-12-18 07:15:45.000000000 -0600 >@@ -189,18 +197,12 @@ > seedPRNG(randFile); > >- SSL_METHOD *method = NULL; >- switch (networkRole) >+ if (networkRole == DICOM_APPLICATION_ACCEPTOR) > { >- case DICOM_APPLICATION_ACCEPTOR: >- method = TLSv1_server_method(); >- break; >- case DICOM_APPLICATION_REQUESTOR: >- method = TLSv1_client_method(); >- break; >- default: >- method = TLSv1_method(); >- break; >+ transportLayerContext = SSL_CTX_new(TLSv1_server_method()); >+ } else if (networkRole == DICOM_APPLICATION_REQUESTOR) { >+ transportLayerContext = SSL_CTX_new(TLSv1_client_method()); >+ } else { >+ transportLayerContext = SSL_CTX_new(TLSv1_method()); > } >- transportLayerContext = SSL_CTX_new(method); > > #ifdef DEBUG
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 147693
:
97050
|
141801
|
237709
|
245533
| 245534 |
245536
|
257249
|
280379
|
280381