include: Remove duplicate declaration of PFXVerifyPassword.
Signed-off-by: André Hentschel <nerv@dawncrow.de> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
3ef07ac9dd
commit
0d6906bf21
|
@ -4584,8 +4584,6 @@ BOOL WINAPI PFXExportCertStoreEx(HCERTSTORE hStore, CRYPT_DATA_BLOB *pPFX,
|
||||||
LPCWSTR szPassword, void *pvReserved, DWORD dwFlags);
|
LPCWSTR szPassword, void *pvReserved, DWORD dwFlags);
|
||||||
BOOL WINAPI PFXExportCertStore(HCERTSTORE hStore, CRYPT_DATA_BLOB *pPFX,
|
BOOL WINAPI PFXExportCertStore(HCERTSTORE hStore, CRYPT_DATA_BLOB *pPFX,
|
||||||
LPCWSTR szPassword, DWORD dwFlags);
|
LPCWSTR szPassword, DWORD dwFlags);
|
||||||
BOOL WINAPI PFXVerifyPassword(CRYPT_DATA_BLOB *pPFX, LPCWSTR szPassword,
|
|
||||||
DWORD dwFlags);
|
|
||||||
|
|
||||||
/* cryptnet.dll functions */
|
/* cryptnet.dll functions */
|
||||||
BOOL WINAPI CryptCancelAsyncRetrieval(HCRYPTASYNC hAsyncRetrieval);
|
BOOL WINAPI CryptCancelAsyncRetrieval(HCRYPTASYNC hAsyncRetrieval);
|
||||||
|
|
Loading…
Reference in New Issue