Move OPENSSL_add_builtin back into provider.c
authorMatt Caswell <matt@openssl.org>
Tue, 22 Jun 2021 11:07:48 +0000 (12:07 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 24 Jun 2021 13:48:15 +0000 (14:48 +0100)
commitd382c4652570766fc7a9ccfc63e7a62aea3d5bcb
tree60b988e85a8c5286f556598e46b3a172d91487bd
parent29d46e09ce0e66b5dc8faecfa48d5f667217302e
Move OPENSSL_add_builtin back into provider.c

An earlier stage of the refactor in the last few commits moved this
function out of provider.c because it needed access to the provider
structure internals. The final version however no longer needs this so
it is moved back again.

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15854)
crypto/provider.c
crypto/provider_core.c