Mstdlib-1.24.0
mstdlib_tls.h
1
#ifndef __MSTDLIB_TLS_H__
2
#define __MSTDLIB_TLS_H__
3
4
/*! \defgroup m_tls TLS System
5
*
6
* \code{.c}
7
* #include <mstdlib/mstdlib_tls.h>
8
* \endcode
9
*
10
* TLS encryption.
11
*
12
*/
13
14
#include <mstdlib/mstdlib.h>
15
#include <mstdlib/mstdlib_thread.h>
16
#include <mstdlib/mstdlib_io.h>
17
18
#include <mstdlib/tls/m_tls.h>
19
#include <mstdlib/tls/m_tls_certs.h>
20
21
#endif
/* __MSTDLIB_TLS_H__ */
22
include
mstdlib
mstdlib_tls.h
Generated on Tue Aug 15 2023 12:53:09 for Mstdlib-1.24.0 by
1.9.4