#7808 closed Patch (fixed)
gnutls_transport_set_lowat has been removed from >gnutls-3
Reported by: | Heiko Becker | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | gnutls | Cc: | |
Component version: | Operating system type: | Linux | |
Operating system version: | 3.1 |
Description
The gnutls_transport_set_lowat function has
been removed in >=gnutls-3 which causes a build failure. It was used to disable the lowat feature and apparently this is now always the case.
Therefore, the function shouldn't be used except for versions that
require it.
Attachments (1)
Change History (2)
by , 13 years ago
Attachment: | only-call-gnutls-transport_set_lowat-with-gnutls-2.12.patch added |
---|
comment:1 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Thanks, applied.