6d872a838d
We reuse test/provider_internal_test.c and test/p_test.c, and get it loaded one more time via the configuration file test/provider_internal_test.conf To support different platform standards regarding module extensions, we generate test/provider_internal_test.conf Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/8549)
13 lines
264 B
Text
13 lines
264 B
Text
{- use platform -}
|
|
openssl_conf = openssl_init
|
|
|
|
[openssl_init]
|
|
providers = providers
|
|
|
|
[providers]
|
|
p_test_configured = p_test_configured
|
|
|
|
[p_test_configured]
|
|
module = {- platform->dso('p_test') -}
|
|
activate = 1
|
|
greeting = Hello OpenSSL, greetings from Test Provider
|