Alexandre Julliard pushed to branch master at wine / wine
Commits: 9250d0cc by Elizabeth Figura at 2025-03-14T19:10:30+01:00 advapi32: Move SystemFunction032 to cryptsp.
- - - - - f651326d by Elizabeth Figura at 2025-03-14T19:10:32+01:00 advapi32: Move lmhash functions to cryptsp.
- - - - - de1fff89 by Elizabeth Figura at 2025-03-14T19:10:33+01:00 advapi32: Merge crypt_lmhash.c into crypt_des.c.
- - - - - f507e386 by Elizabeth Figura at 2025-03-14T19:10:34+01:00 advapi32: Move the remaining SystemFunction* functions to cryptsp.
- - - - - fa602d79 by Elizabeth Figura at 2025-03-14T19:10:36+01:00 advapi32: Move DES functions to cryptbase.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57962
- - - - - 09c93209 by Elizabeth Figura at 2025-03-14T19:10:39+01:00 advapi32: Move the remaining SystemFunction* functions to cryptbase.
- - - - -
17 changed files:
- configure - configure.ac - dlls/advapi32/Makefile.in - dlls/advapi32/advapi32.spec - dlls/advapi32/crypt.c - dlls/advapi32/crypt.h - − dlls/advapi32/crypt_lmhash.c - + dlls/cryptbase/Makefile.in - + dlls/cryptbase/cryptbase.spec - + dlls/cryptbase/cryptbase_main.c - dlls/advapi32/crypt_des.c → dlls/cryptbase/des.c - dlls/cryptsp/Makefile.in - dlls/advapi32/crypt_arc4.c → dlls/cryptsp/arc4.c - + dlls/cryptsp/crypt.c - dlls/cryptsp/cryptsp.spec - + dlls/cryptsp/lmhash.c - tools/make_specfiles
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c5282d33b1125d86e9b457cbff887a...