crypt32: Abstract contexts.
commite48a0a3c238981da3fe680c38948bd3b0ce8fac3
authorJuan Lang <juan_lang@yahoo.com>
Mon, 22 May 2006 20:59:52 +0000 (22 13:59 -0700)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 23 May 2006 15:52:40 +0000 (23 17:52 +0200)
tree7777a3372a3cfc0a5fe50ff3179d990173853cb8
parent42b576e8693790f10b7d6f47884a8a2ba3f7c0da
crypt32: Abstract contexts.

- create an abstract interface for contexts, and use it for certificates
- create a simple context list, and use it for memory stores
dlls/crypt32/Makefile.in
dlls/crypt32/context.c [new file with mode: 0644]
dlls/crypt32/crypt32_private.h
dlls/crypt32/store.c