openssl/crypto/store
Richard Levitte 6882652e65 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)
2021-06-16 12:32:53 +01:00
..
build.info
store_err.c
store_init.c
store_lib.c STORE: Make OSSL_STORE_LOADER_fetch() consistent with all other fetch functions 2021-06-11 09:09:21 +02:00
store_local.h store: remove TODOs 2021-06-02 16:30:15 +10:00
store_meth.c CORE: Do a bit of cleanup of core fetching 2021-06-16 12:32:53 +01:00
store_register.c
store_result.c store: remove TODOs 2021-06-02 16:30:15 +10:00
store_strings.c