You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src/alloc.c:67:5: error: call to undeclared function'CRYPTO_set_mem_functions'; ISO C99 and later do not support implicit functiondeclarations [-Wimplicit-function-declaration]
67 | CRYPTO_set_mem_functions(crypto_malloc, crypto_realloc, crypto_free);| ^
1 error generated.
make[2]: *** [CMakeFiles/tlsuv.dir/src/alloc.c.o] Error 1
make[2]: *** Waiting for unfinished jobs....
src/openssl/keys.c:24:10: fatal error: 'openssl/param_build.h' file not found
24 |#include <openssl/param_build.h>| ^~~~~~~~~~~~~~~~~~~~~~~
src/openssl/engine.c:32:10: fatal error: 'openssl/types.h' file not found
32 |#include <openssl/types.h>| ^~~~~~~~~~~~~~~~~
The text was updated successfully, but these errors were encountered:
build with boringssl error:
The text was updated successfully, but these errors were encountered: