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')
-rwxr-xr-xsrc/wrapped/wrappedcrypto.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/wrapped/wrappedcrypto.c b/src/wrapped/wrappedcrypto.c
index 566539e4..b94f0a30 100755
--- a/src/wrapped/wrappedcrypto.c
+++ b/src/wrapped/wrappedcrypto.c
@@ -25,9 +25,6 @@ const char* cryptoName = "libcrypto.so.1.0.0";
 
 static library_t* my_lib = NULL;
 
-typedef int64_t (*iFpplppi_t) (void*, void*, long, void*, void*, int64_t);
-#define ADDED_FUNCTIONS() \
-    GO(ENGINE_ctrl_cmd, iFpplppi_t)
 #include "generated/wrappedcryptotypes.h"
 
 typedef struct crypto_my_s {