Topic: [SOLVED] Unable to build with wolfssl included in solution
I have included wolfssl in my build according to the instruction manual. I mean I added #include <wolfssl.ssl.h>.
The build log shows the error:
in file included from ./wolfssl/wolfcrypt/types.h:28:0
from ./wolfssl/internal.h:28
from wolfsslclient.c:30
./wolfssl/wolfcrypt/wc_port.h:105:9: error unknown type name 'pthread_mutex_t'
I can't find a definition for this type in wolfssl-3.9.8
Can anybody shed some light on this problem so that I can build my program?
Thank you