We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e3ed222 + a8059f4 commit e2654bfCopy full SHA for e2654bf
src/encrypt.c
@@ -523,7 +523,7 @@ typedef struct {
523
524
memset(&c, 0, sizeof(mbedtls_md_context_t));
525
//FIXME: md_init_ctx superseded by mbedtls_md_setup() in 2.0.0
526
- // new param hmac 0 to save some meory(maybe a typo? memory?) is HMAC will not be use,
+ // new param hmac 0 to save some memory if HMAC will not be used,
527
// non-zero is HMAC is going to be used with this context.
528
if (mbedtls_md_setup(&c, md, 0)) {
529
return 0;
0 commit comments