]> git.ipfire.org Git - thirdparty/openssl.git/commit
macctx: remove unused function
authorPauli <paul.dale@oracle.com>
Tue, 28 Oct 2025 05:05:59 +0000 (16:05 +1100)
committerNeil Horman <nhorman@openssl.org>
Thu, 30 Oct 2025 12:22:18 +0000 (08:22 -0400)
commitdc7bf314e37f5c458cd20e11fbea925d2660242d
treec8432d571e9e3efc2e6d654f8323c3426025e77c
parent8752f7fc024603b2e98058303cb106eeeb233212
macctx: remove unused function

The `ossl_prov_macctx_load_from_params()` function is no longer used.
Since it isn't public, it can be removed.

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/29013)
providers/common/include/prov/provider_util.h
providers/common/provider_util.c