Skip to content

Commit

Permalink
Fix typo in aesccm.c
Browse files Browse the repository at this point in the history
CLA: trivial

Reviewed-by: Matt Caswell <[email protected]>
Reviewed-by: Paul Dale <[email protected]>
(Merged from openssl#14894)
  • Loading branch information
NanXiao authored and paulidale committed Apr 18, 2021
1 parent 44c75ba commit ad72484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/evp/aesccm.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ void aes_ccm_decrypt(void)
EVP_CIPHER_CTX *ctx;
int outlen, tmplen, rv;
unsigned char outbuf[1024];
printf("AES CCM Derypt:\n");
printf("AES CCM Decrypt:\n");
printf("Ciphertext:\n");
BIO_dump_fp(stdout, ccm_ct, sizeof(ccm_ct));
ctx = EVP_CIPHER_CTX_new();
Expand Down

0 comments on commit ad72484

Please sign in to comment.