Commit 9f1dd10a authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

crypt32: Move cert functions that don't depend on the implementation of stores to cert.c.

parent d5f95961
...@@ -94,6 +94,8 @@ extern PCWINE_CONTEXT_INTERFACE pCTLInterface; ...@@ -94,6 +94,8 @@ extern PCWINE_CONTEXT_INTERFACE pCTLInterface;
const void *CRYPT_ReadSerializedElement(const BYTE *pbElement, const void *CRYPT_ReadSerializedElement(const BYTE *pbElement,
DWORD cbElement, DWORD dwContextTypeFlags, DWORD *pdwContentType); DWORD cbElement, DWORD dwContextTypeFlags, DWORD *pdwContentType);
DWORD CertStore_GetAccessState(HCERTSTORE hCertStore);
/** /**
* Context functions * Context functions
*/ */
......
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