commit | abb674467b0393ed5ccb9ca82ef694d09a8f74c2 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Mar 25 16:29:51 2015 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Mar 25 21:55:56 2015 +0100 |
tree | 3674e8e4c628e9350f19cd76d548a76d10cacb24 | |
parent | d4b91732699737c33c64d949015e0f26bb5f22f2 [diff] [blame] |
Rename md_init_ctx() to md_setup()
diff --git a/programs/aes/crypt_and_hash.c b/programs/aes/crypt_and_hash.c index 2a3f3cc..d102b69 100644 --- a/programs/aes/crypt_and_hash.c +++ b/programs/aes/crypt_and_hash.c
@@ -185,7 +185,7 @@ polarssl_fprintf( stderr, "Message Digest '%s' not found\n", argv[5] ); goto exit; } - md_init_ctx( &md_ctx, md_info, 1 ); + md_setup( &md_ctx, md_info, 1 ); /* * Read the secret key and clean the command line.