Bugzilla – Full Text Bug Listing |
Summary: | OpenSSL 1.1.0 compatibility | ||
---|---|---|---|
Product: | unbound | Reporter: | Robert Edmonds <edmonds> |
Component: | server | Assignee: | unbound team <unbound-team> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bugzilla-unbound, cathya, wouter |
Priority: | P5 | ||
Version: | 1.5.9 | ||
Hardware: | All | ||
OS: | Linux | ||
Attachments: |
patch for openssl 1.1.0
patch for openssl 1.1.0, v2 |
Description
Robert Edmonds
2016-06-11 17:32:30 CEST
Hi Robert, Some of these changes were made for another pre 1.1.0 openssl compatibility. Perhaps I should wait until the API stabilizes? Best regards, Wouter Created attachment 349 [details]
patch for openssl 1.1.0
1.5.9 fails to build against openssl 1.1.0, see https://breakpoint.cc/openssl-1.1-rebuild-2016-08-26/failed/unbound_1.5.9-3_amd64-2016-08-26T19%3A56%3A03Z The patch attached has been compile tested. Created attachment 350 [details]
patch for openssl 1.1.0, v2
CRYPTO_free() => OPENSSL_free() and a ifdef less
Hi Sebastian, Thank you for the patch. I have applied it to the code repository. Best regards, Wouter |