Topic: Compilation errors after adding wolfSSL

Hello,
I added wolfSSL into my configuration using MHC-3 and then got such a compilation error:


../src/third_party/wolfssl/src/ssl.c:66:14: fatal error: wolfssl/openssl/evp.h: No such file or directory
#include <wolfssl/openssl/evp.h>


But, actually, <installed-dir>/wolfssl/wolfssl/openssl/evp.h does exist. What's wrong with it?

Share

Re: Compilation errors after adding wolfSSL

Hi harlansisson745

Oftentimes this is a result of an invalid configuration or an include path issue. The OpenSSL compatibility layer API is enabled with

#define OPENSSL_EXTRA
#define OPENSSL_ALL

Can you let us know what version of wolfSSL you are using and the full configuration?

Can you tell us a bit about your project and where you are located for our support records?

Thanks,
Eric - wolfSSL Support