FreeBSD Bugzilla – Attachment 180287 Details for
Bug 217352
science/orthanc: Fix build with LibreSSL
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff for science/orthanc
patch-science_orthanc-LibreSSL (text/plain), 1.11 KB, created by
Bernard Spil
on 2017-02-25 13:14:13 UTC
(
hide
)
Description:
svn diff for science/orthanc
Filename:
MIME Type:
Creator:
Bernard Spil
Created:
2017-02-25 13:14:13 UTC
Size:
1.11 KB
patch
obsolete
>Index: science/orthanc/files/patch-OrthancServer_OrthancInitialization.cpp >=================================================================== >--- science/orthanc/files/patch-OrthancServer_OrthancInitialization.cpp (nonexistent) >+++ science/orthanc/files/patch-OrthancServer_OrthancInitialization.cpp (working copy) >@@ -0,0 +1,12 @@ >+--- OrthancServer/OrthancInitialization.cpp.orig 2016-06-27 11:02:35 UTC >++++ OrthancServer/OrthancInitialization.cpp >+@@ -534,7 +534,9 @@ namespace Orthanc >+ #if ORTHANC_SSL_ENABLED == 1 >+ // Finalize OpenSSL >+ // https://wiki.openssl.org/index.php/Library_Initialization#Cleanup >++#ifdef FIPS_mode_set >+ FIPS_mode_set(0); >++#endif >+ ENGINE_cleanup(); >+ CONF_modules_unload(1); >+ EVP_cleanup(); > >Property changes on: science/orthanc/files/patch-OrthancServer_OrthancInitialization.cpp >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 217352
: 180287