crypt32: Make an internal function static.
This commit is contained in:
parent
cd073a66a5
commit
d813d8db1b
|
@ -60,7 +60,7 @@ static inline void CRYPT_CloseStores(DWORD cStores, HCERTSTORE *stores)
|
||||||
|
|
||||||
static const WCHAR rootW[] = { 'R','o','o','t',0 };
|
static const WCHAR rootW[] = { 'R','o','o','t',0 };
|
||||||
|
|
||||||
BOOL CRYPT_CheckRestrictedRoot(HCERTSTORE store)
|
static BOOL CRYPT_CheckRestrictedRoot(HCERTSTORE store)
|
||||||
{
|
{
|
||||||
BOOL ret = TRUE;
|
BOOL ret = TRUE;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue