mirror of
https://github.com/openssl/openssl.git
synced 2026-05-07 20:12:39 +00:00
Fix clang-format: remove leading space from err label
Reviewed-by: Neil Horman <nhorman@openssl.org> Reviewed-by: Kurt Roeckx <kurt@roeckx.be> MergeDate: Wed Mar 11 20:58:54 2026 (Merged from https://github.com/openssl/openssl/pull/30331)
This commit is contained in:
+1
-1
@@ -509,7 +509,7 @@ static int do_evp_cipher(const EVP_CIPHER *evp_cipher, const OSSL_PARAM param[])
|
||||
OPENSSL_free(iv);
|
||||
return 1;
|
||||
|
||||
err:
|
||||
err:
|
||||
EVP_CIPHER_CTX_free(ctx);
|
||||
OPENSSL_free(key);
|
||||
OPENSSL_free(iv);
|
||||
|
||||
Reference in New Issue
Block a user