=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: include: Remove duplicate declaration of PFXVerifyPassword.

Alexandre Julliard julliard at winehq.org
Thu Jun 15 15:34:19 CDT 2017


Module: wine
Branch: master
Commit: 0d6906bf21a77fb17abcb972ada9da2cf4b12c10
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=0d6906bf21a77fb17abcb972ada9da2cf4b12c10

Author: André Hentschel <nerv at dawncrow.de>
Date:   Wed Jun 14 23:33:16 2017 +0200

include: Remove duplicate declaration of PFXVerifyPassword.

Signed-off-by: André Hentschel <nerv at dawncrow.de>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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);




More information about the wine-cvs mailing list