Remove repeated words
authorDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>
Sun, 16 Jul 2023 07:09:31 +0000 (09:09 +0200)
committerTomas Mraz <tomas@openssl.org>
Mon, 11 Sep 2023 08:15:30 +0000 (10:15 +0200)
commitad31628cfef5893b2198077752302a7d9b58135c
tree3d95d6074b1c4f272a60aa95b2dfedf24ddd85d0
parent84f371a130dbe7a46595fbabd274f152a0e6385f
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)
18 files changed:
apps/cmp.c
crypto/cpuid.c
crypto/ec/ecp_s390x_nistp.c
crypto/http/http_client.c
crypto/pem/pvkfmt.c
crypto/rsa/rsa_sp800_56b_gen.c
crypto/store/store_lib.c
crypto/x509/x509_trust.c
include/internal/bio_tfo.h
include/internal/quic_ackm.h
include/internal/recordmethod.h
include/openssl/ec.h
providers/implementations/keymgmt/dh_kmgmt.c
ssl/quic/quic_txp.c
ssl/statem/statem_srvr.c
test/provider_pkey_test.c
test/sslapitest.c
test/tls-provider.c