libkcapi/libkcapi-1.0.3-kcapi-main_fix_copy_paste_typo.patch
2018-02-25 14:12:04 +01:00

24 lines
1.0 KiB
Diff

From 893011d755f171431a06b62bf6abd383b004d5a2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ondrej=20Mosn=C3=A1=C4=8Dek?= <omosnace@redhat.com>
Date: Mon, 19 Feb 2018 13:52:02 +0100
Subject: [PATCH] kcapi-main: Fix a copy-paste typo
Signed-off-by: Stephan Mueller <smueller@chronox.de>
---
test/kcapi-main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/kcapi-main.c b/test/kcapi-main.c
index b73b836..68d2226 100644
--- a/test/kcapi-main.c
+++ b/test/kcapi-main.c
@@ -764,7 +764,7 @@ static void usage(void)
fprintf(stderr, "\t\t8 for PBKDF\n");
fprintf(stderr, "\t\t9 for AIO symmetric cipher algorithm\n");
fprintf(stderr, "\t\t10 for AIO AEAD cipher algorithm\n");
- fprintf(stderr, "\t\t10 for AIO asymmetric cipher algorithm\n");
+ fprintf(stderr, "\t\t11 for AIO asymmetric cipher algorithm\n");
fprintf(stderr, "\t-z --aux\tAuxiliary tests of the API\n");
fprintf(stderr, "\t-s --stream\tUse the stream API\n");
fprintf(stderr, "\t-y --largeinput\tTest long AD with AEAD cipher\n");