replace 64 by define

pull/4157/head
adustm 2017-05-23 14:03:17 +02:00
parent fe94a0e269
commit 85d68e32f7
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ void mbedtls_sha1_update( mbedtls_sha1_context *ctx, const unsigned char *input,
void mbedtls_sha1_finish( mbedtls_sha1_context *ctx, unsigned char output[20] );
/* Internal use */
void mbedtls_sha1_process( mbedtls_sha1_context *ctx, const unsigned char data[64] );
void mbedtls_sha1_process( mbedtls_sha1_context *ctx, const unsigned char data[MBEDTLS_SHA1_BLOCK_SIZE] );
#ifdef __cplusplus
}