From: Yu Watanabe Date: Tue, 25 Nov 2025 13:16:16 +0000 (+0900) Subject: openssl-util: indentation fix X-Git-Tag: v259-rc2~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=784f5a52f80e81db46dbe00697d8dc7ef9e0d4b8;p=thirdparty%2Fsystemd.git openssl-util: indentation fix Follow-up for 1144f07dc69cc04138d90000b1782c4a2b27cd94. --- diff --git a/src/shared/openssl-util.c b/src/shared/openssl-util.c index b8911c1b303..70779aa9860 100644 --- a/src/shared/openssl-util.c +++ b/src/shared/openssl-util.c @@ -1108,7 +1108,7 @@ int digest_and_sign( bool invalid_digest = ERR_GET_REASON(ERR_peek_last_error()) == EVP_R_INVALID_DIGEST; r = log_openssl_errors("Failed to initialize signature context"); return invalid_digest ? -EADDRNOTAVAIL : r; -} + } /* Determine signature size */ size_t ss;