1*e0c4386eSCy Schubert# Comment out the next line to ignore configuration errors 2*e0c4386eSCy Schubertconfig_diagnostics = 1 3*e0c4386eSCy Schubert 4*e0c4386eSCy Schubert{- use platform -} 5*e0c4386eSCy Schubertopenssl_conf = openssl_init 6*e0c4386eSCy Schubert 7*e0c4386eSCy Schubert[openssl_init] 8*e0c4386eSCy Schubertproviders = providers 9*e0c4386eSCy Schubert 10*e0c4386eSCy Schubert[providers] 11*e0c4386eSCy Schubertp_test_configured = p_test_configured 12*e0c4386eSCy Schubert 13*e0c4386eSCy Schubert[p_test_configured] 14*e0c4386eSCy Schubertmodule = {- platform->dso('p_test') -} 15*e0c4386eSCy Schubertactivate = 1 16*e0c4386eSCy Schubertgreeting = Hello OpenSSL, greetings from Test Provider 17