commit | 233a4211116cc4cf0e849f1add2784c556995983 | [log] [tgz] |
---|---|---|
author | Mohammad Azim Khan <Azim.Khan@arm.com> | Fri Feb 23 16:20:21 2018 +0000 |
committer | Mohammad Azim Khan <Azim.Khan@arm.com> | Fri Feb 23 16:20:21 2018 +0000 |
tree | 09907ffc414dd874b9850e6e122324e434f46302 | |
parent | b3411e57654613f4ca79cc8699d1c270bebdad46 [diff] [blame] |
Enable deprecated API wrappers for _ALT implementation
diff --git a/library/md5.c b/library/md5.c index 8440ebf..f58ffc8 100644 --- a/library/md5.c +++ b/library/md5.c
@@ -243,6 +243,7 @@ return( 0 ); } +#endif /* !MBEDTLS_MD5_PROCESS_ALT */ #if !defined(MBEDTLS_DEPRECATED_REMOVED) void mbedtls_md5_process( mbedtls_md5_context *ctx, @@ -251,7 +252,6 @@ mbedtls_internal_md5_process( ctx, data ); } #endif -#endif /* !MBEDTLS_MD5_PROCESS_ALT */ /* * MD5 process buffer