[openssl/openssl] 5cd162: Fix broken hex data by reformatting
"'Pocs Norbert' via openssl-commits" <[email protected]>
| Newsgroups | gmane.comp.encryption.openssl.cvs |
|---|---|
| Message-ID | <openssl/openssl/push/refs/heads/openssl-4.0/[email protected]> |
Branch: refs/heads/openssl-4.0
Home: https://github.com/openssl/openssl
Commit: 5cd1621b4a8e6643aacad5898aa604f30d920583
https://github.com/openssl/openssl/commit/5cd1621b4a8e6643aacad5898aa604f30d920583
Author: Norbert Pocs <[email protected]>
Date: 2026-06-03 (Wed, 03 Jun 2026)
Changed paths:
M apps/testdsa.h
M apps/testrsa.h
M crypto/bn/bn_const.c
M crypto/cast/cast_s.h
M crypto/des/fcrypt.c
M crypto/ec/ec_curve.c
M crypto/ec/ecp_sm2p256.c
M crypto/evp/encode.c
M crypto/md2/md2_dgst.c
M crypto/modes/wrap128.c
M crypto/rc2/rc2_skey.c
M demos/cipher/aeskeywrap.c
M demos/cipher/ariacbc.c
M demos/digest/EVP_MD_demo.c
M demos/encrypt/rsa_encrypt.h
M demos/mac/cmac-aes256.c
M demos/mac/hmac-sha512.c
M demos/signature/EVP_EC_Signature_demo.h
M fuzz/dtlsserver.c
M fuzz/server.c
M providers/implementations/encode_decode/ml_dsa_codecs.c
M providers/implementations/keymgmt/ecx_kmgmt.c
M test/asn1_decode_test.c
M test/asn1_string_test.c
M test/bad_dtls_test.c
M test/destest.c
M test/dsatest.c
M test/ectest.c
M test/endecode_test.c
M test/evp_extra_test2.c
M test/evp_kdf_test.c
M test/evp_libctx_test.c
M test/evp_pkey_provided_test.c
M test/evp_skey_test.c
M test/helpers/predefined_dhparams.c
M test/hpke_test.c
M test/ideatest.c
M test/pbetest.c
M test/pkcs12_format_test.c
M test/quic_record_test.c
M test/quic_txp_test.c
M test/quic_wire_test.c
M test/siphash_internal_test.c
Log Message:
-----------
Fix broken hex data by reformatting
The clang format broke some data in hexadecimal format. To make the tool
obedient, the trailing comma needs to be removed, then it interpretes
the data differently and therefore does not reformat it. The format can
then be changed to the correct form.
Fixes: https://github.com/openssl/project/issues/1959
Signed-off-by: Norbert Pocs <[email protected]>
Reviewed-by: Milan Broz <[email protected]>
Reviewed-by: Eugene Syromiatnikov <[email protected]>
MergeDate: Wed Jun 3 08:48:01 2026
(Merged from https://github.com/openssl/openssl/pull/31350)
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/openssl-4.0/8b19d5-5cd162%40github.com.