Module: wine Branch: refs/heads/master Commit: 6da92ded75b266d3136533c84b85c933031a5091 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=6da92ded75b266d3136533c8... Author: Juan Lang <juan_lang(a)yahoo.com> Date: Wed Feb 22 16:26:52 2006 -0800 crypt32: Move OIDToAlgID and AlgIDToOID to oid.c. --- dlls/crypt32/main.c | 90 --------------------------------------- dlls/crypt32/oid.c | 90 +++++++++++++++++++++++++++++++++++++++ dlls/crypt32/tests/main.c | 103 --------------------------------------------- dlls/crypt32/tests/oid.c | 103 +++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 193 insertions(+), 193 deletions(-) Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=6da92ded75b266d31365...