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)
This commit is contained in:
Viktor Dukhovni 2025-03-27 18:58:37 +11:00 committed by Tomas Mraz
parent 08c8dd6b8c
commit 60f2a71400
16 changed files with 24 additions and 24 deletions

View File

@ -1618,7 +1618,7 @@ ML_KEM_KEY *ossl_ml_kem_key_dup(const ML_KEM_KEY *key, int selection)
* duplicated.
*/
if (ossl_ml_kem_decoded_key(key))
return 0;
return NULL;
if (key == NULL
|| (ret = OPENSSL_memdup(key, sizeof(*key))) == NULL)