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
File diff suppressed because it is too large
Load Diff
|
@ -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
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue