Hello!

I'd like to use WolfSSL in a MSVC, nolibc / CRT environment, but when i try to compile the wolfssl library in Visual Studio, it gives me 121 errors.

I put #define SINGLE_THREADED into the user_settings.h and pressed build, like mentioned in https://www.wolfssl.com/documentation/m … ter02.html

Version: 5.8.2

Some error messages are "left of 'heap' specifies undefined struct/union 'WOLFSSL_CRL'"

'int wc_FreeRwLock(wolfSSL_RwLock *)': too few arguments for call

'int VerifyCRL_Signature(SignatureCtx *,const byte *,word32,const byte *,word32,word32,const byte *,int,Signer *,void *)': too few arguments for call

Hello!

I'd like to use WolfSSL in a MSVC, nolibc / CRT environment, but when i try to compile the wolfssl library in Visual Studio, it gives me 121 errors.

I put #define SINGLE_THREADED into the user_settings.h and pressed build, like mentioned in https://www.wolfssl.com/documentation/m … ter02.html

Version: 5.8.2

Some error messages are "left of 'heap' specifies undefined struct/union 'WOLFSSL_CRL'"

'int wc_FreeRwLock(wolfSSL_RwLock *)': too few arguments for call

'int VerifyCRL_Signature(SignatureCtx *,const byte *,word32,const byte *,word32,word32,const byte *,int,Signer *,void *)': too few arguments for call