1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-19 05:43:14 +03:00

Merge pull request #8666 from valeriosetti/issue8340

Export the mbedtls_md_psa_alg_from_type function
This commit is contained in:
Gilles Peskine
2024-01-18 13:58:55 +00:00
committed by GitHub
24 changed files with 65 additions and 56 deletions

View File

@ -9,7 +9,7 @@
*/
#include <test/ssl_helpers.h>
#include "md_psa.h"
#include "mbedtls/psa_util.h"
#if defined(MBEDTLS_SSL_TLS_C)
#if defined(MBEDTLS_SSL_HANDSHAKE_WITH_CERT_ENABLED)