diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-04-06 16:58:51 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-04-06 16:58:51 +0200 |
| commit | fef01400983c7ecc37bbf2460cb31259da208164 (patch) | |
| tree | 92b9992dc9c00053f3bccaa0466692f0b476d6c7 /src/library_list.h | |
| parent | 4084eade0cccd69e4b3fbba38f558218351580ea (diff) | |
| download | box64-fef01400983c7ecc37bbf2460cb31259da208164.tar.gz box64-fef01400983c7ecc37bbf2460cb31259da208164.zip | |
Added wrapped libcrypto and libssl
Diffstat (limited to 'src/library_list.h')
| -rwxr-xr-x | src/library_list.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/library_list.h b/src/library_list.h index e8f9f116..f9db052a 100755 --- a/src/library_list.h +++ b/src/library_list.h @@ -76,8 +76,8 @@ GO("libudev.so.1", udev1) GO("libdbus-1.so.3", dbus) //GO("libiconv.so.2", iconv) //GO("libdrm.so.2", libdrm) -//GO("libcrypto.so.1", crypto) -//GO("libssl.so.1", libssl) +GO("libcrypto.so.1", crypto) +GO("libssl.so.1", libssl) //GO("libcrypt.so.1", libcrypt) GO("libutil.so.1", util) GO("libuuid.so.1", libuuid) |