[openssl/openssl] ad3162: Remove repeated words

Dimitri Papadopoulos Orfanos noreply at github.com
Mon Sep 11 08:19:17 UTC 2023


  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: ad31628cfef5893b2198077752302a7d9b58135c
      https://github.com/openssl/openssl/commit/ad31628cfef5893b2198077752302a7d9b58135c
  Author: Dimitri Papadopoulos <3234522+DimitriPapadopoulos at users.noreply.github.com>
  Date:   2023-09-11 (Mon, 11 Sep 2023)

  Changed paths:
    M apps/cmp.c
    M crypto/cpuid.c
    M crypto/ec/ecp_s390x_nistp.c
    M crypto/http/http_client.c
    M crypto/pem/pvkfmt.c
    M crypto/rsa/rsa_sp800_56b_gen.c
    M crypto/store/store_lib.c
    M crypto/x509/x509_trust.c
    M include/internal/bio_tfo.h
    M include/internal/quic_ackm.h
    M include/internal/recordmethod.h
    M include/openssl/ec.h
    M providers/implementations/keymgmt/dh_kmgmt.c
    M ssl/quic/quic_txp.c
    M ssl/statem/statem_srvr.c
    M test/provider_pkey_test.c
    M test/sslapitest.c
    M test/tls-provider.c

  Log Message:
  -----------
  Remove repeated words

Found by running the checkpatch.pl Linux script to enforce coding style.

Reviewed-by: Paul Dale <pauli at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21468)


  Commit: bbaeadb068c3289c7df3b7bea0049f70a648ba00
      https://github.com/openssl/openssl/commit/bbaeadb068c3289c7df3b7bea0049f70a648ba00
  Author: Dimitri Papadopoulos <3234522+DimitriPapadopoulos at users.noreply.github.com>
  Date:   2023-09-11 (Mon, 11 Sep 2023)

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

  Log Message:
  -----------
  "foo * bar" should be "foo *bar"

Found by running the checkpatch.pl Linux script to enforce coding style.

Reviewed-by: Paul Dale <pauli at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21468)


  Commit: e22ebb893e2f44bd08f69f9ce4ccfc5e4d2990e2
      https://github.com/openssl/openssl/commit/e22ebb893e2f44bd08f69f9ce4ccfc5e4d2990e2
  Author: Dimitri Papadopoulos <3234522+DimitriPapadopoulos at users.noreply.github.com>
  Date:   2023-09-11 (Mon, 11 Sep 2023)

  Changed paths:
    M apps/s_server.c
    M crypto/sha/keccak1600.c
    M demos/sslecho/main.c
    M include/internal/e_os.h

  Log Message:
  -----------
  Bad function definition

void f() should probably be void f(void)

Found by running the checkpatch.pl Linux script to enforce coding style.

Reviewed-by: Paul Dale <pauli at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21468)


Compare: https://github.com/openssl/openssl/compare/84f371a130db...e22ebb893e2f


More information about the openssl-commits mailing list