about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibtasn1.c
diff options
context:
space:
mode:
authorLiZhuoheng <114734429+zohanzephyr@users.noreply.github.com>2024-06-06 15:48:31 +0800
committerGitHub <noreply@github.com>2024-06-06 09:48:31 +0200
commit67d587cd9bfd5d8594df7ec1ba78ebe002b7dbee (patch)
tree5c35f3dd8faa34366ba552ffeab7adb26d9f3062 /src/wrapped/wrappedlibtasn1.c
parent9e97e96b87547154585c5e0f8c96d3bf63545ab8 (diff)
downloadbox64-67d587cd9bfd5d8594df7ec1ba78ebe002b7dbee.tar.gz
box64-67d587cd9bfd5d8594df7ec1ba78ebe002b7dbee.zip
Wrapped libtasn1-6 (#1563)
Diffstat (limited to 'src/wrapped/wrappedlibtasn1.c')
-rw-r--r--src/wrapped/wrappedlibtasn1.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/wrapped/wrappedlibtasn1.c b/src/wrapped/wrappedlibtasn1.c
new file mode 100644
index 00000000..29fba961
--- /dev/null
+++ b/src/wrapped/wrappedlibtasn1.c
@@ -0,0 +1,17 @@
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+#define _GNU_SOURCE         /* See feature_test_macros(7) */
+#include <dlfcn.h>
+
+#include "wrappedlibs.h"
+
+#include "wrapper.h"
+#include "bridge.h"
+#include "librarian/library_private.h"
+#include "x64emu.h"
+
+const char* libtasn1Name = "libtasn1.so.6";
+#define LIBNAME libtasn1
+
+#include "wrappedlib_init.h"