Implement more OID support functions.
commitf702794f354da932ee6a81ce0842cdbca0bdd50f
authorJuan Lang <juan_lang@yahoo.com>
Fri, 2 Dec 2005 10:28:09 +0000 (2 11:28 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 2 Dec 2005 10:28:09 +0000 (2 11:28 +0100)
tree33fe0c1a7fa433f18202cde01c0877ce741cd156
parent2f8f459516d289c4a6d23a3d24303fd278d4c8f1
Implement more OID support functions.
Use the exported OID support functions internally.
Move OID support functions and stubs to a separate file.
dlls/crypt32/Makefile.in
dlls/crypt32/cert.c
dlls/crypt32/crypt32.spec
dlls/crypt32/crypt32_private.h
dlls/crypt32/encode.c
dlls/crypt32/main.c
dlls/crypt32/oid.c [new file with mode: 0644]
dlls/crypt32/tests/.gitignore
dlls/crypt32/tests/Makefile.in
dlls/crypt32/tests/encode.c
dlls/crypt32/tests/oid.c [new file with mode: 0644]