From: Pauli Date: Mon, 22 Feb 2021 02:06:30 +0000 (+1000) Subject: core: update digest gettable/settable ctx params calls X-Git-Tag: openssl-3.0.0-alpha13~175 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aa95e08b291aa605fc2cf8f8b1df5d74eb5f228f;p=thirdparty%2Fopenssl.git core: update digest gettable/settable ctx params calls Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/14240) --- diff --git a/include/openssl/core_dispatch.h b/include/openssl/core_dispatch.h index 4d1d89ca824..6afde430d37 100644 --- a/include/openssl/core_dispatch.h +++ b/include/openssl/core_dispatch.h @@ -262,9 +262,9 @@ OSSL_CORE_MAKE_FUNC(int, digest_get_ctx_params, OSSL_CORE_MAKE_FUNC(const OSSL_PARAM *, digest_gettable_params, (void *provctx)) OSSL_CORE_MAKE_FUNC(const OSSL_PARAM *, digest_settable_ctx_params, - (void *provctx)) + (void *dctx, void *provctx)) OSSL_CORE_MAKE_FUNC(const OSSL_PARAM *, digest_gettable_ctx_params, - (void *provctx)) + (void *dctx, void *provctx)) /* Symmetric Ciphers */