about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibcrypt_private.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-04-25 09:24:28 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-04-25 09:24:28 +0200
commit4cdc3c62b25c1b36cf7584fed13f2f15e00937fb (patch)
treec02cd951f1f555e40b93ca7ea5045cd6a2e491d6 /src/wrapped/wrappedlibcrypt_private.h
parent4402f082455a3647616141dbca776ae94cd0f2e8 (diff)
downloadbox64-4cdc3c62b25c1b36cf7584fed13f2f15e00937fb.tar.gz
box64-4cdc3c62b25c1b36cf7584fed13f2f15e00937fb.zip
Added wrapeed libcrypt.so
Diffstat (limited to 'src/wrapped/wrappedlibcrypt_private.h')
-rwxr-xr-xsrc/wrapped/wrappedlibcrypt_private.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/wrapped/wrappedlibcrypt_private.h b/src/wrapped/wrappedlibcrypt_private.h
new file mode 100755
index 00000000..4c08778f
--- /dev/null
+++ b/src/wrapped/wrappedlibcrypt_private.h
@@ -0,0 +1,11 @@
+#if !(defined(GO) && defined(GOM) && defined(GO2) && defined(DATA))
+#error meh!
+#endif
+
+GO(crypt, pFpp)
+GOW(crypt_r, pFppp)
+GO(encrypt, vFpi)
+GOW(encrypt_r, vFpip)
+//GOW(fcrypt, 
+GO(setkey, vFp)
+GOW(setkey_r, vFpp)
\ No newline at end of file