Skip to content
Snippets Groups Projects
Commit ed4549a3 authored by Niels Möller's avatar Niels Möller
Browse files

Fixed spelling in comment.

Rev: nettle/cbc.c:1.2
parent f441a523
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ cbc_encrypt(void *ctx, nettle_crypt_func f,
}
}
/* Reqires that dst != src */
/* Requires that dst != src */
static void
cbc_decrypt_internal(void *ctx, nettle_crypt_func f,
unsigned block_size, uint8_t *iv,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment