"foo * bar" should be "foo *bar"
authorDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>
Sun, 16 Jul 2023 18:03:40 +0000 (20:03 +0200)
committerTomas Mraz <tomas@openssl.org>
Mon, 11 Sep 2023 08:15:30 +0000 (10:15 +0200)
commitbbaeadb068c3289c7df3b7bea0049f70a648ba00
tree6b422be112aee4de8ddadf7cf90fc5d7cedf8ca3
parentad31628cfef5893b2198077752302a7d9b58135c
"foo * bar" should be "foo *bar"

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)
38 files changed:
apps/dgst.c
apps/include/opt.h
apps/lib/apps.c
apps/openssl.c
apps/speed.c
crypto/conf/conf_def.c
crypto/cpuid.c
crypto/ec/curve448/curve448.c
crypto/ec/curve448/point_448.h
crypto/evp/e_chacha20_poly1305.c
crypto/pem/pem_lib.c
crypto/trace.c
crypto/x509/v3_admis.c
demos/digest/BIO_f_md.c
demos/digest/EVP_MD_demo.c
demos/digest/EVP_MD_stdin.c
engines/e_dasync.c
include/crypto/aes_platform.h
include/crypto/asn1.h
include/openssl/store.h
providers/implementations/ciphers/cipher_aes_gcm_siv.c
providers/implementations/ciphers/cipher_aes_siv.c
providers/implementations/ciphers/cipher_rc2.c
providers/implementations/ciphers/cipher_rc4.c
providers/implementations/ciphers/cipher_rc5.c
providers/implementations/rands/seeding/rand_unix.c
ssl/d1_lib.c
ssl/ssl_ciph.c
ssl/ssl_conf.c
ssl/ssl_init.c
ssl/ssl_lib.c
ssl/statem/statem_clnt.c
test/afalgtest.c
test/drbgtest.c
test/ectest.c
test/evp_test.c
test/ocspapitest.c
test/sslapitest.c