nocache-and-default.cnf 301 B

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