+4
−0
+9
−1
+4
−0
crypto/provider_core.c
0 → 100644
+418
−0
include/internal/provider.h
0 → 100644
+61
−0
Loading
The OSSL_PROVIDER is the core object involved in loading a provider module, initialize a provider and do the initial communication of provider wide and core wide dispatch tables. Reviewed-by:Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/8287)