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/md4.c b/library/md4.c index ba704f5..8adf523 100644 --- a/library/md4.c +++ b/library/md4.c
@@ -224,6 +224,7 @@ return( 0 ); } +#endif /* !MBEDTLS_MD4_PROCESS_ALT */ #if !defined(MBEDTLS_DEPRECATED_REMOVED) void mbedtls_md4_process( mbedtls_md4_context *ctx, @@ -232,7 +233,6 @@ mbedtls_internal_md4_process( ctx, data ); } #endif -#endif /* !MBEDTLS_MD4_PROCESS_ALT */ /* * MD4 process buffer