mesalink 1.1.0-cratesio

MesaLink is a memory-safe and OpenSSL-compatible TLS library based on Rustls and Ring.
Documentation
1
2
3
4
5
6
if BUILD_EXAMPLE_CLIENT
noinst_PROGRAMS += examples/client/client
examples_client_client_SOURCES = examples/client/client.c
examples_client_client_LDADD = libmesalink.la
DISTCLEANFILES+= examples/client/.libs/client
endif