mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 06:30:37 +00:00
crypt32: Move certificate store functions to their own file.
This commit is contained in:
parent
266391744d
commit
2002e227cf
@ -12,6 +12,7 @@ C_SRCS = \
|
||||
encode.c \
|
||||
oid.c \
|
||||
protectdata.c \
|
||||
store.c \
|
||||
str.c \
|
||||
main.c
|
||||
|
||||
|
3200
dlls/crypt32/cert.c
3200
dlls/crypt32/cert.c
File diff suppressed because it is too large
Load Diff
3225
dlls/crypt32/store.c
Normal file
3225
dlls/crypt32/store.c
Normal file
File diff suppressed because it is too large
Load Diff
1
dlls/crypt32/tests/.gitignore
vendored
1
dlls/crypt32/tests/.gitignore
vendored
@ -4,5 +4,6 @@ encode.ok
|
||||
main.ok
|
||||
oid.ok
|
||||
protectdata.ok
|
||||
store.ok
|
||||
str.ok
|
||||
testlist.c
|
||||
|
@ -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
1423
dlls/crypt32/tests/store.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user