include: Remove duplicate declaration of PFXVerifyPassword

André Hentschel nerv at dawncrow.de
Wed Jun 14 16:33:16 CDT 2017


Signed-off-by: André Hentschel <nerv at dawncrow.de>
---

It's defined some lines above that already

 include/wincrypt.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/wincrypt.h b/include/wincrypt.h
index 2af6a57..abbe99f 100644
--- a/include/wincrypt.h
+++ b/include/wincrypt.h
@@ -4584,8 +4584,6 @@ BOOL WINAPI PFXExportCertStoreEx(HCERTSTORE hStore, CRYPT_DATA_BLOB *pPFX,
  LPCWSTR szPassword, void *pvReserved, DWORD dwFlags);
 BOOL WINAPI PFXExportCertStore(HCERTSTORE hStore, CRYPT_DATA_BLOB *pPFX,
  LPCWSTR szPassword, DWORD dwFlags);
-BOOL WINAPI PFXVerifyPassword(CRYPT_DATA_BLOB *pPFX, LPCWSTR szPassword,
- DWORD dwFlags);
 
 /* cryptnet.dll functions */
 BOOL WINAPI CryptCancelAsyncRetrieval(HCRYPTASYNC hAsyncRetrieval);
-- 
2.7.4




More information about the wine-patches mailing list