commit | bfcfe74b4e7ce9ed83dd9a9627b4b453501c3875 | [log] [tgz] |
---|---|---|
author | Jerry Yu <jerry.h.yu@arm.com> | Tue Feb 22 16:41:39 2022 +0800 |
committer | Jerry Yu <jerry.h.yu@arm.com> | Tue Mar 22 15:13:33 2022 +0800 |
tree | 4a0e97db0a336ca9802931c436da171fca826c32 | |
parent | 919130c03547d358bf047ac89574a109b61415dd [diff] [blame] |
add signature algorithm debug helper Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
diff --git a/library/ssl_debug_helpers.h b/library/ssl_debug_helpers.h index 2ffc5f4..29b64dc 100644 --- a/library/ssl_debug_helpers.h +++ b/library/ssl_debug_helpers.h
@@ -39,7 +39,7 @@ const char *mbedtls_ssl_key_export_type_str( mbedtls_ssl_key_export_type in ); - +const char *mbedtls_ssl_sig_alg_to_str( uint16_t in ); #endif /* MBEDTLS_DEBUG_C */