Module: wine Branch: refs/heads/master Commit: e48a0a3c238981da3fe680c38948bd3b0ce8fac3 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=e48a0a3c238981da3fe680c3...
Author: Juan Lang juan_lang@yahoo.com Date: Mon May 22 13:59:52 2006 -0700
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 | 1 dlls/crypt32/context.c | 298 ++++++++++++++++++ dlls/crypt32/crypt32_private.h | 64 ++++ dlls/crypt32/store.c | 677 +++++++++++++++------------------------- 4 files changed, 619 insertions(+), 421 deletions(-) create mode 100644 dlls/crypt32/context.c
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=e48a0a3c238981da3fe6...