Commit 2002e227 authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

crypt32: Move certificate store functions to their own file.

parent 26639174
......@@ -12,6 +12,7 @@ C_SRCS = \
encode.c \
oid.c \
protectdata.c \
store.c \
str.c \
main.c
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -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@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment