mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Fix tests and programs to use md_get_xxx()
This commit is contained in:
@ -126,7 +126,7 @@ int main( int argc, char *argv[] )
|
||||
while( *list )
|
||||
{
|
||||
md_info = md_info_from_type( *list );
|
||||
polarssl_printf( " %s\n", md_info->name );
|
||||
polarssl_printf( " %s\n", md_get_name( md_info ) );
|
||||
list++;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user