Enable deprecated API wrappers for _ALT implementation
diff --git a/library/md2.c b/library/md2.c
index b88aa40..d970d82 100644
--- a/library/md2.c
+++ b/library/md2.c
@@ -158,6 +158,7 @@
 
     return( 0 );
 }
+#endif /* !MBEDTLS_MD2_PROCESS_ALT */
 
 #if !defined(MBEDTLS_DEPRECATED_REMOVED)
 void mbedtls_md2_process( mbedtls_md2_context *ctx )
@@ -165,7 +166,6 @@
     mbedtls_internal_md2_process( ctx );
 }
 #endif
-#endif /* !MBEDTLS_MD2_PROCESS_ALT */
 
 /*
  * MD2 process buffer