mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
Fix typo in aesccm.c
CLA: trivial Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14894)
This commit is contained in:
parent
44c75ba67d
commit
ad72484909
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user