-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
build with boringssl error:
src/alloc.c:67:5: error: call to undeclared function 'CRYPTO_set_mem_functions'; ISO C99 and later do not support implicit function declarations [-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>
| ^~~~~~~~~~~~~~~~~
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels