From: Pauli Date: Wed, 26 Jan 2022 01:01:57 +0000 (+1100) Subject: indentation fix X-Git-Tag: openssl-3.2.0-alpha1~2988 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1751356267f64d5db8824cf4ff5b3496e15972da;p=thirdparty%2Fopenssl.git indentation fix Reviewed-by: Shane Lontis (Merged from https://github.com/openssl/openssl/pull/17572) --- diff --git a/providers/common/provider_util.c b/providers/common/provider_util.c index 3bcb0c9df3a..c934cfc59bc 100644 --- a/providers/common/provider_util.c +++ b/providers/common/provider_util.c @@ -165,7 +165,7 @@ int ossl_prov_digest_copy(PROV_DIGEST *dst, const PROV_DIGEST *src) } const EVP_MD *ossl_prov_digest_fetch(PROV_DIGEST *pd, OSSL_LIB_CTX *libctx, - const char *mdname, const char *propquery) + const char *mdname, const char *propquery) { EVP_MD_free(pd->alloc_md); pd->md = pd->alloc_md = EVP_MD_fetch(libctx, mdname, propquery);