1openssl_conf = openssl_init 2 3# Comment out the next line to ignore configuration errors 4config_diagnostics = 1 5 6[openssl_init] 7providers = provider_sect 8 9[provider_sect] 10test = test_sect 11default = default_sect 12 13[test_sect] 14module = ../test/p_test.so 15activate = true 16 17[default_sect] 18activate = true 19