[openssl/openssl] df5f83: Eliminate/fix repeated word usage

"'Dimitri Papadopoulos Orfanos' via openssl-commits" <[email protected]> Wed, 08 Jul 2026 03:15:37 -0700
Newsgroups gmane.comp.encryption.openssl.cvs
Message-ID <openssl/openssl/push/refs/heads/master/[email protected]>
  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: df5f836f641bcf7a6820531ae586e92243f2ff2a
      https://github.com/openssl/openssl/commit/df5f836f641bcf7a6820531ae586e92243f2ff2a
  Author: Dimitri Papadopoulos <[email protected]>
  Date:   2026-07-08 (Wed, 08 Jul 2026)

  Changed paths:
    M apps/speed.c
    M crypto/ml_kem/ml_kem.c
    M crypto/rand/rand_uniform.c
    M crypto/rsa/rsa_backend.c
    M crypto/slh_dsa/slh_fors.c
    M crypto/x509/v3_akid.c
    M crypto/x509/v3_bitst.c
    M demos/http3/ossl-nghttp3.c
    M providers/fips/self_test.c
    M ssl/quic/quic_impl.c
    M ssl/quic/quic_txp.c
    M test/asn1_internal_test.c
    M test/danetest.c

  Log Message:
  -----------
  Eliminate/fix repeated word usage

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

Reviewed-by: Kurt Roeckx <[email protected]>
Reviewed-by: Neil Horman <[email protected]>
Reviewed-by: Norbert Pocs <[email protected]>
Reviewed-by: Eugene Syromiatnikov <[email protected]>
MergeDate: Wed Jul  8 10:11:11 2026
(Merged from https://github.com/openssl/openssl/pull/31860)


  Commit: 518d66e44d6ffd8fea9344e0ec578c9d5fd8a094
      https://github.com/openssl/openssl/commit/518d66e44d6ffd8fea9344e0ec578c9d5fd8a094
  Author: Dimitri Papadopoulos <[email protected]>
  Date:   2026-07-08 (Wed, 08 Jul 2026)

  Changed paths:
    M apps/lib/vms_term_sock.c
    M crypto/ec/ec_asn1.c
    M crypto/evp/e_chacha20_poly1305.c
    M crypto/x509/x509_ext.c
    M demos/http3/ossl-nghttp3-demo-server.c
    M test/http_test.c
    M test/quic_client_test.c
    M test/tls-provider.c

  Log Message:
  -----------
  Remove parentheses around return arguments

Since return is an operator and not a function, parentheses
are not required.

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

Reviewed-by: Kurt Roeckx <[email protected]>
Reviewed-by: Neil Horman <[email protected]>
Reviewed-by: Norbert Pocs <[email protected]>
Reviewed-by: Eugene Syromiatnikov <[email protected]>
MergeDate: Wed Jul  8 10:11:13 2026
(Merged from https://github.com/openssl/openssl/pull/31860)


  Commit: ae6de181711f01db4492987dafb0d778c3d1368e
      https://github.com/openssl/openssl/commit/ae6de181711f01db4492987dafb0d778c3d1368e
  Author: Dimitri Papadopoulos <[email protected]>
  Date:   2026-07-08 (Wed, 08 Jul 2026)

  Changed paths:
    M ssl/quic/quic_impl.c

  Log Message:
  -----------
  Eliminate repeated semicolons at the end of statements

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

Reviewed-by: Kurt Roeckx <[email protected]>
Reviewed-by: Neil Horman <[email protected]>
Reviewed-by: Norbert Pocs <[email protected]>
Reviewed-by: Eugene Syromiatnikov <[email protected]>
MergeDate: Wed Jul  8 10:11:15 2026
(Merged from https://github.com/openssl/openssl/pull/31860)


  Commit: 74e781dfece2869191d15b255216d9addc7eac76
      https://github.com/openssl/openssl/commit/74e781dfece2869191d15b255216d9addc7eac76
  Author: Dimitri Papadopoulos <[email protected]>
  Date:   2026-07-08 (Wed, 08 Jul 2026)

  Changed paths:
    M test/bftest.c
    M test/destest.c
    M test/ideatest.c

  Log Message:
  -----------
  Eliminate unnecessary type casts of int constants

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

Reviewed-by: Kurt Roeckx <[email protected]>
Reviewed-by: Neil Horman <[email protected]>
Reviewed-by: Norbert Pocs <[email protected]>
Reviewed-by: Eugene Syromiatnikov <[email protected]>
MergeDate: Wed Jul  8 10:11:16 2026
(Merged from https://github.com/openssl/openssl/pull/31860)


  Commit: 7812b20ad590c110b0d4118c03f201e925dd43a1
      https://github.com/openssl/openssl/commit/7812b20ad590c110b0d4118c03f201e925dd43a1
  Author: Dimitri Papadopoulos <[email protected]>
  Date:   2026-07-08 (Wed, 08 Jul 2026)

  Changed paths:
    M crypto/x509/x509_vpm.c
    M test/asn1_internal_test.c
    M test/pkcs7_test.c

  Log Message:
  -----------
  Add parentheses around sizeof arguments

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

Reviewed-by: Kurt Roeckx <[email protected]>
Reviewed-by: Neil Horman <[email protected]>
Reviewed-by: Norbert Pocs <[email protected]>
Reviewed-by: Eugene Syromiatnikov <[email protected]>
MergeDate: Wed Jul  8 10:11:18 2026
(Merged from https://github.com/openssl/openssl/pull/31860)


  Commit: cddeed0734c045e9b7bfa31e6e3a5a41e2bacb7b
      https://github.com/openssl/openssl/commit/cddeed0734c045e9b7bfa31e6e3a5a41e2bacb7b
  Author: Dimitri Papadopoulos <[email protected]>
  Date:   2026-07-08 (Wed, 08 Jul 2026)

  Changed paths:
    M test/igetest.c

  Log Message:
  -----------
  Move const qualifier after static

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

Reviewed-by: Kurt Roeckx <[email protected]>
Reviewed-by: Neil Horman <[email protected]>
Reviewed-by: Norbert Pocs <[email protected]>
Reviewed-by: Eugene Syromiatnikov <[email protected]>
MergeDate: Wed Jul  8 10:11:20 2026
(Merged from https://github.com/openssl/openssl/pull/31860)


  Commit: 917ebfca5cd36c8428b8b495456983cf08c22aeb
      https://github.com/openssl/openssl/commit/917ebfca5cd36c8428b8b495456983cf08c22aeb
  Author: Dimitri Papadopoulos <[email protected]>
  Date:   2026-07-08 (Wed, 08 Jul 2026)

  Changed paths:
    M apps/s_server.c
    M providers/implementations/kem/template_kem.c

  Log Message:
  -----------
  Eliminate unnecessary whitespace before a quoted newline

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

Reviewed-by: Kurt Roeckx <[email protected]>
Reviewed-by: Neil Horman <[email protected]>
Reviewed-by: Norbert Pocs <[email protected]>
Reviewed-by: Eugene Syromiatnikov <[email protected]>
MergeDate: Wed Jul  8 10:11:22 2026
(Merged from https://github.com/openssl/openssl/pull/31860)


Compare: https://github.com/openssl/openssl/compare/8c7e3f217cf1...917ebfca5cd3

To unsubscribe from these emails, change your notification settings at https://github.com/openssl/openssl/settings/notifications

-- 
You received this message because you are subscribed to the Google Groups "openssl-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion visit https://groups.google.com/a/openssl.org/d/msgid/openssl-commits/openssl/openssl/push/refs/heads/master/8c7e3f-917ebf%40github.com.