Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 79347 Details for
Bug 122288
qca-tls-1.0-r2 fails with openssl-0.9.8
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
opensslfix.patch
opensslfix.patch (text/plain), 719 bytes, created by
Michael Cramer
on 2006-02-09 11:24:33 UTC
(
hide
)
Description:
opensslfix.patch
Filename:
MIME Type:
Creator:
Michael Cramer
Created:
2006-02-09 11:24:33 UTC
Size:
719 bytes
patch
obsolete
>--- qca-tls.cpp.orig 2005-12-27 22:22:32.000000000 +0000 >+++ qca-tls.cpp >@@ -454,7 +454,11 @@ public: > if(!r) { > // try this other public function, for whatever reason > p = (void *)in; >+#if OPENSSL_VERSION_NUMBER >= 0x00908000 >+ r = d2i_RSA_PUBKEY(NULL, (const unsigned char **)&p, len); >+#else > r = d2i_RSA_PUBKEY(NULL, (unsigned char **)&p, len); >+#endif > } > if(r) { > if(pub) { >@@ -798,7 +802,11 @@ public: > > bool createFromDER(const char *in, unsigned int len) > { >+#if OPENSSL_VERSION_NUMBER >= 0x00908000 >+ const unsigned char *p = (const unsigned char *)in; >+#else > unsigned char *p = (unsigned char *)in; >+#endif > X509 *t = d2i_X509(NULL, &p, len); > if(!t) > return false;
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 122288
: 79347