QUIC MULTISTREAM TEST: Test idle timeout configuration
[openssl.git] / test / provider_internal_test.cnf.in
1 # Comment out the next line to ignore configuration errors
2 config_diagnostics = 1
3
4 {- use platform -}
5 openssl_conf = openssl_init
6
7 [openssl_init]
8 providers = providers
9
10 [providers]
11 p_test_configured = p_test_configured
12
13 [p_test_configured]
14 module = {- platform->dso('p_test') -}
15 activate = 1
16 greeting = Hello OpenSSL, greetings from Test Provider