Code review fixes
Reverting some deleted tests and changing the deprecated algo
Deleting deprecated headers from /alt-dummy dir
Corrections to the comments
Removal of deleted functions from compat-2.x.h
Corrections to tests/data_files/Makefile
Signed-off-by: TRodziewicz <tomasz.rodziewicz@mobica.com>
diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h
index b566bc7..e8e2b1b 100644
--- a/include/mbedtls/config.h
+++ b/include/mbedtls/config.h
@@ -335,6 +335,8 @@
//#define MBEDTLS_ECP_ALT
/**
+ * \def MBEDTLS_SHA256_PROCESS_ALT
+ *
* MBEDTLS__FUNCTION_NAME__ALT: Uncomment a macro to let mbed TLS use you
* alternate core implementation of symmetric crypto or hash function. Keep in
* mind that function prototypes should remain the same.