summaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
Diffstat (limited to 'demos')
-rw-r--r--demos/mac/cmac-aes256.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/mac/cmac-aes256.c b/demos/mac/cmac-aes256.c
index 6f4fd78b69..9b91a404a8 100644
--- a/demos/mac/cmac-aes256.c
+++ b/demos/mac/cmac-aes256.c
@@ -72,7 +72,7 @@ int main(void)
unsigned char *out = NULL;
size_t out_len = 0;
OSSL_PARAM params[4], *p = params;
- char cipher_name[] = "aes256";
+ char cipher_name[] = "AES-256-CBC";
library_context = OSSL_LIB_CTX_new();
if (library_context == NULL) {