Skip to content

Commit c80fa0a

Browse files
committed
Remove unnecessary functions in md5_alt.h file
1 parent 50812a4 commit c80fa0a

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

features/mbedtls/targets/TARGET_STM/md5_alt.h

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -103,22 +103,6 @@ void mbedtls_md5_process( mbedtls_md5_context *ctx, const unsigned char data[64]
103103
extern "C" {
104104
#endif
105105

106-
/**
107-
* \brief Output = MD5( input buffer )
108-
*
109-
* \param input buffer holding the data
110-
* \param ilen length of the input data
111-
* \param output MD5 checksum result
112-
*/
113-
void mbedtls_md5( const unsigned char *input, size_t ilen, unsigned char output[16] );
114-
115-
/**
116-
* \brief Checkup routine
117-
*
118-
* \return 0 if successful, or 1 if the test failed
119-
*/
120-
int mbedtls_md5_self_test( int verbose );
121-
122106
#ifdef __cplusplus
123107
}
124108
#endif

0 commit comments

Comments
 (0)