mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-29 12:32:48 +00:00
27 lines
570 B
C
27 lines
570 B
C
|
/* Automatically generated by generate_ssl_debug_helpers.py. DO NOT EDIT. */
|
||
|
#ifndef MBEDTLS_SSL_DEBUG_HELPERS_H
|
||
|
#define MBEDTLS_SSL_DEBUG_HELPERS_H
|
||
|
|
||
|
#include "common.h"
|
||
|
|
||
|
#if defined(MBEDTLS_DEBUG_C)
|
||
|
|
||
|
#include "mbedtls/ssl.h"
|
||
|
#include "ssl_misc.h"
|
||
|
|
||
|
|
||
|
const char *mbedtls_ssl_states_str( mbedtls_ssl_states in );
|
||
|
|
||
|
const char *mbedtls_tls_prf_types_str( mbedtls_tls_prf_types in );
|
||
|
|
||
|
const char *mbedtls_ssl_key_export_type_str( mbedtls_ssl_key_export_type in );
|
||
|
|
||
|
|
||
|
|
||
|
#endif /* MBEDTLS_DEBUG_C */
|
||
|
|
||
|
#endif /* SSL_DEBUG_HELPERS_H */
|
||
|
|
||
|
/* End of automatically generated file. */
|
||
|
|