Topic: [SOLVED] Compile Error mbed
Hey guys,
I'm trying to set up the WolfSSL library on a with OM13098: LPCXpresso54628 mbed OS 5. I'm working with the online armMbed Compiler imported this version of WolfSSL: https://os.mbed.com/users/wolfSSL/code/wolfSSL/.
When trying to compile the library i get the following error:
Incomplete type is not allowed "MEMSET(certTime, 0, sizeof(struct tm));" in asn.c
It probably has to do with the struct tm definition. Are there any settings i have to configure first (#defines)?
thanks for your help