Skip to content

Commit 70fb233

Browse files
committed
Change 64 by MBEDTLS_MD5_BLOCK_SIZE
1 parent 26c3ced commit 70fb233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/mbedtls/targets/TARGET_STM/md5_alt.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ void mbedtls_md5_update( mbedtls_md5_context *ctx, const unsigned char *input, s
9595
void mbedtls_md5_finish( mbedtls_md5_context *ctx, unsigned char output[16] );
9696

9797
/* Internal use */
98-
void mbedtls_md5_process( mbedtls_md5_context *ctx, const unsigned char data[64] );
98+
void mbedtls_md5_process( mbedtls_md5_context *ctx, const unsigned char data[MBEDTLS_MD5_BLOCK_SIZE] );
9999

100100
#ifdef __cplusplus
101101
}

0 commit comments

Comments
 (0)