Packages

An alternative NIF-based implementation of Erlang ssl module.

Retired package: Deprecated - No longer useful as the ecosystem evolved

Current section

Files

Jump to
etls c_src deps boringssl crypto stack CMakeLists.txt
Raw

c_src/deps/boringssl/crypto/stack/CMakeLists.txt

include_directories(../../include)
add_library(
stack
OBJECT
stack.c
)