Skip to content

add boringssl support #256

@calvin2021y

Description

@calvin2021y

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>
      |          ^~~~~~~~~~~~~~~~~

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions