FreeBSD Bugzilla – Attachment 173658 Details for
Bug 211833
devel/qca: correct build without SHA-0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
make advertisement of SHA-0 support conditional
devel_qca.patch (text/plain), 793 bytes, created by
Matthew Rezny
on 2016-08-14 10:34:39 UTC
(
hide
)
Description:
make advertisement of SHA-0 support conditional
Filename:
MIME Type:
Creator:
Matthew Rezny
Created:
2016-08-14 10:34:39 UTC
Size:
793 bytes
patch
obsolete
>Index: devel/qca/files/patch-plugins_qca-ossl_qca-ossl.cpp >=================================================================== >--- devel/qca/files/patch-plugins_qca-ossl_qca-ossl.cpp (revision 420185) >+++ devel/qca/files/patch-plugins_qca-ossl_qca-ossl.cpp (working copy) >@@ -46,7 +46,17 @@ > > if (ssl->version == TLS1_VERSION) > sessInfo.version = TLS::TLS_v1; >-@@ -7133,8 +7139,10 @@ public: >+@@ -6880,7 +6886,9 @@ static QStringList all_hash_types() >+ { >+ QStringList list; >+ list += "sha1"; >++#ifdef HAVE_OPENSSL_SHA0 >+ list += "sha0"; >++#endif >+ list += "ripemd160"; >+ #ifdef HAVE_OPENSSL_MD2 >+ list += "md2"; >+@@ -7133,8 +7141,10 @@ public: > return new opensslInfoContext(this); > else if ( type == "sha1" ) > return new opensslHashContext( EVP_sha1(), this, type);
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 211833
: 173658