crypt32: Move certificate store functions to their own file.

This commit is contained in:
Juan Lang 2006-02-17 17:36:52 +01:00 committed by Alexandre Julliard
parent 266391744d
commit 2002e227cf
7 changed files with 4654 additions and 4592 deletions

View file

@ -12,6 +12,7 @@ C_SRCS = \
encode.c \
oid.c \
protectdata.c \
store.c \
str.c \
main.c

File diff suppressed because it is too large Load diff

3225
dlls/crypt32/store.c Normal file

File diff suppressed because it is too large Load diff

View file

@ -4,5 +4,6 @@ encode.ok
main.ok
oid.ok
protectdata.ok
store.ok
str.ok
testlist.c

View file

@ -11,6 +11,7 @@ CTESTS = \
main.c \
oid.c \
protectdata.c \
store.c \
str.c
@MAKE_TEST_RULES@

File diff suppressed because it is too large Load diff

1423
dlls/crypt32/tests/store.c Normal file

File diff suppressed because it is too large Load diff