crypt32: Implement CertCreateCTLContext and CertFreeCTLContext.
authorJuan Lang <juan.lang@gmail.com>
Fri, 29 Aug 2008 14:29:00 +0000 (07:29 -0700)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 2 Sep 2008 09:52:44 +0000 (11:52 +0200)
commit429b1e1b41f0d5b849c7ddc2c20712d53e47c8dc
treee6d465e333564e02be42e9fc62f227ec70961db5
parente6bcb4581f5ee0b752f8cbfbc3b4295a45c9a9d1
crypt32: Implement CertCreateCTLContext and CertFreeCTLContext.
dlls/crypt32/Makefile.in
dlls/crypt32/ctl.c [new file with mode: 0644]
dlls/crypt32/store.c
dlls/crypt32/tests/ctl.c