wine/dlls/crypt32 Makefile.in cert.c crypt32.s ...

Alexandre Julliard julliard at wine.codeweavers.com
Fri Dec 2 04:31:53 CST 2005


ChangeSet ID:	21621
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at 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 at 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




More information about the wine-cvs mailing list