about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedcrypto.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped/wrappedcrypto.c')
-rw-r--r--src/wrapped/wrappedcrypto.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/wrapped/wrappedcrypto.c b/src/wrapped/wrappedcrypto.c
index d768555d..e3bfbaf8 100644
--- a/src/wrapped/wrappedcrypto.c
+++ b/src/wrapped/wrappedcrypto.c
@@ -713,10 +713,4 @@ EXPORT void my_OPENSSL_sk_pop_free(x64emu_t* emu, void* s, void* cb)
     my->OPENSSL_sk_pop_free(s, find_free_fnc_Fct(cb));
 }
 
-#define CUSTOM_INIT \
-    getMy(lib);
-
-#define CUSTOM_FINI \
-    freeMy();
-
 #include "wrappedlib_init.h"