Last change
on this file since 105770 was 104078, checked in by vboxsync, 8 months ago |
openssl-3.1.5: Applied and adjusted our OpenSSL changes to 3.1.4. bugref:10638
|
File size:
347 bytes
|
Line | |
---|
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
|
---|
Note:
See
TracBrowser
for help on using the repository browser.