mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-16 22:20:56 +00:00
923d5c9e3c
It's no longer generated, so rename it accordingly. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
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. */
|
|
|