#59546 closed defect (fixed)
edbrowse: error: duplicate case value '4294967295'
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | obrienj@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.6.2 |
Keywords: | Cc: | ||
Port: | edbrowse |
Description
http.c:909:10: error: duplicate case value '4294967295' case CURLE_SSL_CACERT: ^
Change History (2)
comment:1 Changed 2 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:2 Changed 2 years ago by ryandesign (Ryan Carsten Schmidt)
Uh, I got confused with openssl, which edbrowse used to use directly and now no longer does. It still uses curl. Instead, I think it was fixed by https://github.com/CMB/edbrowse/commit/5d2b9e21fdf019f461ebe62738d615428d5db963.
Note: See
TracTickets for help on using
tickets.
This problem is gone in the current version, 3.8.2.1, specifically because edbrowse no longer uses curl directly.