aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/aes192cbc.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--examples/aes192cbc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/aes192cbc.c b/examples/aes192cbc.c
index 522cc09..5afece9 100644
--- a/examples/aes192cbc.c
+++ b/examples/aes192cbc.c
@@ -40,7 +40,7 @@ int main()
cipher = aes192cbc_encrypt(plain, &key_schedule, iv, &next_iv);
printf("\n");
- printf("Cypher: %s\n", format_aes_block128(&cipher).str);
+ printf("Cipher: %s\n", format_aes_block128(&cipher).str);
print_aes_block128_fips_matrix_style(&cipher);
printf("\n");