]> git.ipfire.org Git - thirdparty/openssl.git/commit
CORE: Do a bit of cleanup of core fetching
authorRichard Levitte <levitte@openssl.org>
Tue, 15 Jun 2021 08:18:19 +0000 (10:18 +0200)
committerMatt Caswell <matt@openssl.org>
Wed, 16 Jun 2021 11:32:53 +0000 (12:32 +0100)
commit6882652e65d39310c98ba506ceb55a87c702d419
tree018c57753bb219a0d59e40f28076952b9cdc4977
parent99325852207e3f8ae970799235de169b40eded75
CORE: Do a bit of cleanup of core fetching

Some data, like the library context, were passed both through higher
level callback structures and through arguments to those same higher
level callbacks.  This is a bit unnecessary, so we rearrange the
callback arguments to simply pass that callback structure and rely on
the higher level fetching functionality to pick out what data they
need from that structure.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15750)
crypto/core_fetch.c
crypto/encode_decode/decoder_meth.c
crypto/encode_decode/encoder_meth.c
crypto/evp/evp_fetch.c
crypto/store/store_meth.c
include/internal/core.h