diff options
author | Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> | 2023-07-16 09:09:31 +0200 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2023-09-11 10:15:30 +0200 |
commit | ad31628cfef5893b2198077752302a7d9b58135c (patch) | |
tree | 3d95d6074b1c4f272a60aa95b2dfedf24ddd85d0 /apps/cmp.c | |
parent | Fix test_quic_multistream to allow multiple concurrent tests (diff) | |
download | openssl-ad31628cfef5893b2198077752302a7d9b58135c.tar.xz openssl-ad31628cfef5893b2198077752302a7d9b58135c.zip |
Remove repeated words
Found by running the checkpatch.pl Linux script to enforce coding style.
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21468)
Diffstat (limited to 'apps/cmp.c')
-rw-r--r-- | apps/cmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/cmp.c b/apps/cmp.c index eb14f1f404..e38f0010a0 100644 --- a/apps/cmp.c +++ b/apps/cmp.c @@ -1571,7 +1571,7 @@ static int setup_request_ctx(OSSL_CMP_CTX *ctx, ENGINE *engine) if (opt_csr != NULL) { CMP_err1("no -newkey option given with private key for POPO, -csr option only provides public key%s", opt_key == NULL ? "" : - ", and -key option superseded by by -csr"); + ", and -key option superseded by -csr"); return 0; } if (opt_key == NULL) { |