Mirror of BoringSSL (grpc依赖)
https://boringssl.googlesource.com/boringssl
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
425 B
21 lines
425 B
# [p_test_configured] |
|
module = p_test.dylib |
|
activate = 1 |
|
greeting = Hello OpenSSL, greetings from Test Provider |
|
|
|
# Comment out the next line to ignore configuration errors |
|
config_diagnostics = 1 |
|
|
|
|
|
openssl_conf = openssl_init |
|
|
|
[openssl_init] |
|
providers = providers |
|
|
|
[providers] |
|
p_test_configured = p_test_configured |
|
|
|
[p_test_configured] |
|
module = p_test.dylib |
|
activate = 1 |
|
greeting = Hello OpenSSL, greetings from Test Provider
|
|
|