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 \
|
encode.c \
|
||||||
oid.c \
|
oid.c \
|
||||||
protectdata.c \
|
protectdata.c \
|
||||||
|
store.c \
|
||||||
str.c \
|
str.c \
|
||||||
main.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
|
main.ok
|
||||||
oid.ok
|
oid.ok
|
||||||
protectdata.ok
|
protectdata.ok
|
||||||
|
store.ok
|
||||||
str.ok
|
str.ok
|
||||||
testlist.c
|
testlist.c
|
||||||
|
|
|
@ -11,6 +11,7 @@ CTESTS = \
|
||||||
main.c \
|
main.c \
|
||||||
oid.c \
|
oid.c \
|
||||||
protectdata.c \
|
protectdata.c \
|
||||||
|
store.c \
|
||||||
str.c
|
str.c
|
||||||
|
|
||||||
@MAKE_TEST_RULES@
|
@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