about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2022-06-28 19:27:37 +0200
committerptitSeb <sebastien.chev@gmail.com>2022-06-28 19:27:37 +0200
commit66a47329dbe5230feed4fb2cb9f0d71802ebc076 (patch)
tree1a8b1628dae26f1a8aa0e4f0e24f5a0948abc669 /src
parent322f18926e34625dfabd2080fd707600bcb4f8b8 (diff)
downloadbox64-66a47329dbe5230feed4fb2cb9f0d71802ebc076.tar.gz
box64-66a47329dbe5230feed4fb2cb9f0d71802ebc076.zip
Added one libcrypto wrapped functions (for #331)
Diffstat (limited to 'src')
-rwxr-xr-xsrc/wrapped/wrappedcrypto_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/wrappedcrypto_private.h b/src/wrapped/wrappedcrypto_private.h
index 37acac01..8c2901f1 100755
--- a/src/wrapped/wrappedcrypto_private.h
+++ b/src/wrapped/wrappedcrypto_private.h
@@ -314,7 +314,7 @@ GO(BIO_int_ctrl, lFpili)
 //GO(BIO_method_type, 
 GO(BIO_new, pFp)
 //GO(BIO_new_accept, 
-//GO(BIO_new_bio_pair, 
+GO(BIO_new_bio_pair, iFpLpL)
 //GO(BIO_new_CMS, 
 //GO(BIO_new_connect, 
 //GO(BIO_new_dgram,