| Summary: | kssl fails to build with OpenSSL 1.0 betas | ||
|---|---|---|---|
| Product: | [Unmaintained] kio | Reporter: | Bernhard Rosenkraenzer <bero> |
| Component: | kssl | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | rdieter |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
patch
Patch for kdelibs/security/crypto/* |
||
|
Description
Bernhard Rosenkraenzer
2009-05-19 11:25:09 UTC
Created attachment 33830 [details]
patch
Created attachment 33831 [details]
Patch for kdelibs/security/crypto/*
Later on in the build with OpenSSL 1.0, kdelibs/security/crypto/crypto.cpp fails as well:
kdelibs/security/crypto/crypto.cpp:2297: error: invalid conversion from ‘const SSL_METHOD*’ to ‘SSL_METHOD*’
kdelibs/security/crypto/crypto.cpp:2308: error: invalid conversion from ‘const SSL_CIPHER*’ to ‘SSL_CIPHER*’
Attaching another patch for this; this is probably good to apply either way, some extra const-ness that isn't part of the API can't hurt...
This should be fixed in both trunk/ and branches/4.3 now. http://websvn.kde.org/?view=revision&revision=1047549 http://websvn.kde.org/?view=revision&revision=1047595 |