1

(4 replies, posted in wolfSSL)

@Kaleb,

Thank you for your swift response! We will have a look into it!

2

(4 replies, posted in wolfSSL)

Hi Kaleb,

Thank you for your response. Wolfssl is used in this repro: https://github.com/maximkulkin/esp-homekit-demo. Before the update everything worked like a charm, But after updating to Wolfssl 4.1.0 I get these warnings when compiling.

When generating a .bin file these warnings show up, but It still works. Hope you can help, or can give a solution fore these errrors?
See attachment.

Thanks in advance & best regards,

Achim Pieters

3

(4 replies, posted in wolfSSL)

Hi everybody!

I'm new here so be gentle wink since the update of Wolfssl to 4.1.0 I get these errors? Does anybody knows how to resolve them?

CC /project/components/common/wolfssl/wolfssl-4.1.0/wolfcrypt/src/arc4.c
In file included from /project/components/common/wolfssl/wolfssl-4.1.0/wolfssl/wolfcrypt/error-crypt.h:29:0,
                from /project/components/common/wolfssl/wolfssl-4.1.0/wolfcrypt/src/arc4.c:31:
/project/components/common/wolfssl/wolfssl-4.1.0/wolfssl/wolfcrypt/types.h:295:0: warning: "XREALLOC" redefined [enabled by default]
        #define XREALLOC(p, n, h, t) realloc((p), (n))
^

Best regrads