Fix typo in aesccm.c
authorNan Xiao <nan@chinadtrace.org>
Fri, 16 Apr 2021 01:46:26 +0000 (09:46 +0800)
committerPauli <ppzgs1@gmail.com>
Sun, 18 Apr 2021 07:21:41 +0000 (17:21 +1000)
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)

demos/evp/aesccm.c

index 5045837c74fab95c946eae6204aafb6443be6ed2..f073e5ec3d9556d9acc9deb13e4e06f43221ab31 100644 (file)
@@ -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();