summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2022-01-26 12:01:57 +1100
committerPauli <pauli@openssl.org>2022-02-01 16:17:24 +1100
commit1751356267f64d5db8824cf4ff5b3496e15972da (patch)
treefcb4c4a6c06115d47d24f494f521f6c2bae87fce
parentb9d8ad3f157fa816c423bec6f7b4328ef894577c (diff)
indentation fix
Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/17572)
-rw-r--r--providers/common/provider_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/providers/common/provider_util.c b/providers/common/provider_util.c
index 3bcb0c9df3..c934cfc59b 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);