Skip to content

Commit 85d68e3

Browse files
committed
replace 64 by define
1 parent fe94a0e commit 85d68e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/mbedtls/targets/TARGET_STM/sha1_alt.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ void mbedtls_sha1_update( mbedtls_sha1_context *ctx, const unsigned char *input,
9696
void mbedtls_sha1_finish( mbedtls_sha1_context *ctx, unsigned char output[20] );
9797

9898
/* Internal use */
99-
void mbedtls_sha1_process( mbedtls_sha1_context *ctx, const unsigned char data[64] );
99+
void mbedtls_sha1_process( mbedtls_sha1_context *ctx, const unsigned char data[MBEDTLS_SHA1_BLOCK_SIZE] );
100100

101101
#ifdef __cplusplus
102102
}

0 commit comments

Comments
 (0)