about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-09-14 21:30:41 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-09-14 21:30:41 +0200
commitb4ca2be9e01492c053c64b3d43c08e9d31957de5 (patch)
tree6ef6d524a9fcc5d1f9448110ab15378203187792 /src
parent203de52d715b27a4a52258f59f27d48702bcac35 (diff)
downloadbox64-b4ca2be9e01492c053c64b3d43c08e9d31957de5.tar.gz
box64-b4ca2be9e01492c053c64b3d43c08e9d31957de5.zip
Added some libcrypto wrapped functions (for #99)
Diffstat (limited to 'src')
-rwxr-xr-xsrc/wrapped/wrappedcrypto_private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wrapped/wrappedcrypto_private.h b/src/wrapped/wrappedcrypto_private.h
index 5484ce89..3aad639c 100755
--- a/src/wrapped/wrappedcrypto_private.h
+++ b/src/wrapped/wrappedcrypto_private.h
@@ -2396,11 +2396,11 @@ GO(MD4_Final, iFpp)
 GO(MD4_Init, iFp)
 //GO(MD4_Transform, 
 GO(MD4_Update, iFppu)
-//GO(MD5, 
+GO(MD5, pFpLp)
 //GO(md5_block_data_order, 
 GO(MD5_Final, iFpp)
 GO(MD5_Init, iFp)
-//GO(MD5_Transform, 
+GO(MD5_Transform, vFpp)
 GO(MD5_Update, iFppu)
 //GO(MDC2, 
 //GO(MDC2_Final,