1

(1 replies, posted in 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?