diff options
Diffstat (limited to 'src')
| -rwxr-xr-x | src/wrapped/wrappedcrypto_private.h | 4 |
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, |