diff options
| author | LiZhuoheng <114734429+zohanzephyr@users.noreply.github.com> | 2024-06-06 15:48:31 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-06 09:48:31 +0200 |
| commit | 67d587cd9bfd5d8594df7ec1ba78ebe002b7dbee (patch) | |
| tree | 5c35f3dd8faa34366ba552ffeab7adb26d9f3062 /src/library_list.h | |
| parent | 9e97e96b87547154585c5e0f8c96d3bf63545ab8 (diff) | |
| download | box64-67d587cd9bfd5d8594df7ec1ba78ebe002b7dbee.tar.gz box64-67d587cd9bfd5d8594df7ec1ba78ebe002b7dbee.zip | |
Wrapped libtasn1-6 (#1563)
Diffstat (limited to 'src/library_list.h')
| -rw-r--r-- | src/library_list.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/library_list.h b/src/library_list.h index bf3f2b99..e6d1e96a 100644 --- a/src/library_list.h +++ b/src/library_list.h @@ -258,6 +258,7 @@ GO("libanl.so.1", anl) GO("libpsl.so.5", psl5) GO("libssh2.so.1", libssh2) GO("libp11-kit.so.0", p11kit) +GO("libtasn1.so.6", libtasn1) #ifdef ANDROID GO("libc.so", libc) |