On 10.10.22 06:49, James Hilliard wrote:
> On Fri, Oct 7, 2022 at 12:50 PM Bastian Germann <
ba...@debian.org> wrote:
>>
>> Fixes: 0c5b7d2160 ("mongoose: updated to 6.18")
>> Signed-off-by: Bastian Germann <
ba...@debian.org>
>> ---
>> mongoose/mongoose.h | 5 +++++
>> 1 file changed, 5 insertions(+)
>>
>> diff --git a/mongoose/mongoose.h b/mongoose/mongoose.h
>> index 332830e..bed23ca 100644
>> --- a/mongoose/mongoose.h
>> +++ b/mongoose/mongoose.h
>
> Modifications to mongoose.c/mongoose.h should be sent upstream to:
>
https://github.com/cesanta/mongoose
This is of course the preferred way, so we have not to patch again
ourselves when a new Mongoose's version is released. Anyway, I am not
against to merge this in SWUpdate until it flows to mongoose's mainline.
I guess not - mongoose.c uses just plain mongoose.h and does not include
mongoose_interface (and it is correct), but then the wrong headers (from
openSSL) are included instead of the ones from Wolfssl.
Best regards,
Stefano