diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-03-27 19:35:27 +0000 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-03-27 19:35:27 +0000 |
| commit | feb4a394577ea152b60393875860c551a7573adf (patch) | |
| tree | 1fb23ae437dae8b76e71719931be05d21bab9ca3 /src/library_list.h | |
| parent | cca1fd6f1987acc5fe7180a3925bbe8b1f34ccd0 (diff) | |
| download | box64-feb4a394577ea152b60393875860c551a7573adf.tar.gz box64-feb4a394577ea152b60393875860c551a7573adf.zip | |
Improved handling of libssl/libcrypto version 1.1 and 3.0
Diffstat (limited to 'src/library_list.h')
| -rwxr-xr-x | src/library_list.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/library_list.h b/src/library_list.h index 8fe866ed..a51a8f48 100755 --- a/src/library_list.h +++ b/src/library_list.h @@ -106,6 +106,8 @@ GO("libexpat.so.1", expat) GO("libexpat.so", expat) GO("libcrypto.so.1", crypto) GO("libssl.so.1", libssl) +GO("libcrypto.so.3", crypto3) +GO("libssl.so.3", libssl3) GO("libcrypt.so.1", libcrypt) GO("libgcrypt.so.20", gcrypt) GO("libutil.so.1", util) |