about summary refs log tree commit diff stats
path: root/src/library_list.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2022-07-09 18:38:12 +0200
committerptitSeb <sebastien.chev@gmail.com>2022-07-09 18:38:12 +0200
commit2f74e6ebf84794c54e6204d59d5edbf5026afbd8 (patch)
treeb182594490edafd621e52ffc647ff328845a14d4 /src/library_list.h
parentc1aeb2244cf57886d9a9fdd992c4690975f31539 (diff)
downloadbox64-2f74e6ebf84794c54e6204d59d5edbf5026afbd8.tar.gz
box64-2f74e6ebf84794c54e6204d59d5edbf5026afbd8.zip
Added (empty) wrapped libgcrypt.so.20
Diffstat (limited to 'src/library_list.h')
-rwxr-xr-xsrc/library_list.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/library_list.h b/src/library_list.h
index 1fadc421..97449b35 100755
--- a/src/library_list.h
+++ b/src/library_list.h
@@ -95,6 +95,7 @@ GO("libexpat.so", expat)
 GO("libcrypto.so.1", crypto)
 GO("libssl.so.1", libssl)
 GO("libcrypt.so.1", libcrypt)
+GO("libgcrypt.so.20", gcrypt)
 GO("libutil.so.1", util)
 GO("libuuid.so.1", libuuid)
 GO("libresolv.so.2", libresolv)