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