commit | a115def330e4a59abf863d532b635e6a2bd0ba2c | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Mar 24 13:48:05 2015 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Mar 25 21:37:15 2015 +0100 |
tree | 35d5bf9567d8b864dfbeb8960ff481efee56910f | |
parent | ca878dbaa51b025c83c138956ab52f82e319dd02 [diff] [blame] |
Fix tests and programs to use md_get_xxx()
diff --git a/programs/aes/crypt_and_hash.c b/programs/aes/crypt_and_hash.c index b002934..a1406b6 100644 --- a/programs/aes/crypt_and_hash.c +++ b/programs/aes/crypt_and_hash.c
@@ -126,7 +126,7 @@ 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++; }