summaryrefslogtreecommitdiffstats
path: root/demos/evp/aesgcm.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/evp/aesgcm.c')
-rw-r--r--demos/evp/aesgcm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/evp/aesgcm.c b/demos/evp/aesgcm.c
index 4decdaa17f..c902e15bff 100644
--- a/demos/evp/aesgcm.c
+++ b/demos/evp/aesgcm.c
@@ -84,7 +84,7 @@ void aes_gcm_decrypt(void)
EVP_CIPHER_CTX *ctx;
int outlen, tmplen, rv;
unsigned char outbuf[1024];
- printf("AES GCM Derypt:\n");
+ printf("AES GCM Decrypt:\n");
printf("Ciphertext:\n");
BIO_dump_fp(stdout, gcm_ct, sizeof(gcm_ct));
ctx = EVP_CIPHER_CTX_new();