ChangeSet ID: 21621 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@winehq.org 2005/12/02 04:31:52
Modified files: dlls/crypt32 : Makefile.in cert.c crypt32.spec crypt32_private.h encode.c main.c dlls/crypt32/tests: .cvsignore Makefile.in encode.c Added files: dlls/crypt32 : oid.c dlls/crypt32/tests: oid.c
Log message: Juan Lang juan_lang@yahoo.com Implement more OID support functions. Use the exported OID support functions internally. Move OID support functions and stubs to a separate file.
Patch: http://cvs.winehq.org/patch.py?id=21621
Old revision New revision Changes Path 1.14 1.15 +1 -0 wine/dlls/crypt32/Makefile.in 1.24 1.25 +0 -13 wine/dlls/crypt32/cert.c 1.34 1.35 +2 -2 wine/dlls/crypt32/crypt32.spec 1.1 1.2 +3 -0 wine/dlls/crypt32/crypt32_private.h 1.34 1.35 +53 -282 wine/dlls/crypt32/encode.c 1.27 1.28 +4 -40 wine/dlls/crypt32/main.c Added 1.1 +0 -0 wine/dlls/crypt32/oid.c 1.4 1.5 +1 -0 wine/dlls/crypt32/tests/.cvsignore 1.6 1.7 +1 -0 wine/dlls/crypt32/tests/Makefile.in 1.27 1.28 +0 -55 wine/dlls/crypt32/tests/encode.c Added 1.1 +0 -0 wine/dlls/crypt32/tests/oid.c