about summary refs log tree commit diff stats
path: root/src/library_list.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-03-27 19:35:27 +0000
committerptitSeb <sebastien.chev@gmail.com>2023-03-27 19:35:27 +0000
commitfeb4a394577ea152b60393875860c551a7573adf (patch)
tree1fb23ae437dae8b76e71719931be05d21bab9ca3 /src/library_list.h
parentcca1fd6f1987acc5fe7180a3925bbe8b1f34ccd0 (diff)
downloadbox64-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-xsrc/library_list.h2
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)