openssl/include
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
..
crypto Refactor OSSL_DECODER_do_all_provided() to behave like OSSL_DECODER_fetch() 2021-06-15 16:21:31 +02:00
internal CORE: Do a bit of cleanup of core fetching 2021-06-16 12:32:53 +01:00
openssl Add various OBJ functions as callbacks 2021-06-16 15:04:50 +10:00