openssl-util: indentation fix

Follow-up for 1144f07dc6.
This commit is contained in:
Yu Watanabe
2025-11-25 22:16:16 +09:00
committed by Daan De Meyer
parent 1defd69d69
commit 784f5a52f8

View File

@@ -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;