The DATA flag was added without explanation in 7cf3c45e, but
only for lib64, not for lib32.

Marking only this function but not the other MD5 functions was
inconsistent, and could cause linking conflicts with static
libraries that also contained an MD5 implementation with similar
names, if advapi32 was linked before the other implementation.

Signed-off-by: Martin Storsjö <[email protected]>
---
 mingw-w64-crt/lib-common/advapi32.def.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mingw-w64-crt/lib-common/advapi32.def.in 
b/mingw-w64-crt/lib-common/advapi32.def.in
index de4ea00..db6f3cd 100644
--- a/mingw-w64-crt/lib-common/advapi32.def.in
+++ b/mingw-w64-crt/lib-common/advapi32.def.in
@@ -506,7 +506,7 @@ MD4Init
 MD4Update
 MD5Final
 MD5Init
-MD5Update DATA
+MD5Update
 MIDL_user_free_Ext
 MSChapSrvChangePassword
 MSChapSrvChangePassword2
-- 
2.7.4


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to