]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix goto label indents to match style
authorViktor Dukhovni <openssl-users@dukhovni.org>
Thu, 27 Mar 2025 07:58:37 +0000 (18:58 +1100)
committerTomas Mraz <tomas@openssl.org>
Fri, 28 Mar 2025 10:37:12 +0000 (11:37 +0100)
commit60f2a714002365256dba1c55bb4dd46802ea14d6
treec33725290884f402da8be8e0a0edda80255d3d5d
parent08c8dd6b8cede3cdbe5b1866c1a7544e0fe7a378
Fix goto label indents to match style

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27175)
16 files changed:
apps/lib/app_provider.c
apps/list.c
crypto/bio/bss_acpt.c
crypto/ec/ecp_mont.c
crypto/ml_dsa/ml_dsa_key.c
crypto/ml_kem/ml_kem.c
providers/implementations/encode_decode/ml_dsa_codecs.c
providers/implementations/encode_decode/ml_kem_codecs.c
providers/implementations/kem/ml_kem_kem.c
providers/implementations/kem/mlx_kem.c
providers/implementations/keymgmt/ml_kem_kmgmt.c
providers/implementations/keymgmt/mlx_kmgmt.c
ssl/t1_lib.c
test/evp_extra_test.c
test/ssl_ctx_test.c
test/v3ext.c