crypt32: Make add_cert_to_store() static.

This commit is contained in:
Francois Gouget 2013-10-25 11:45:09 +02:00 committed by Alexandre Julliard
parent 2a319e2cdd
commit ca894127f8

View file

@ -162,7 +162,7 @@ static const context_vtbl_t cert_vtbl = {
Cert_clone
};
BOOL WINAPI add_cert_to_store(WINECRYPT_CERTSTORE *store, const CERT_CONTEXT *cert,
static BOOL WINAPI add_cert_to_store(WINECRYPT_CERTSTORE *store, const CERT_CONTEXT *cert,
DWORD add_disposition, BOOL use_link, PCCERT_CONTEXT *ret_context)
{
const CERT_CONTEXT *existing = NULL;