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_auth/client_auth
examples_client_auth_client_auth_SOURCES = examples/client_auth/client_auth.c
examples_client_auth_client_auth_LDADD = libmesalink.la
DISTCLEANFILES+= examples/client_auth/.libs/client_auth
endif