André Hentschel : include: Remove duplicate declaration of PFXVerifyPassword.
Module: wine Branch: master Commit: 0d6906bf21a77fb17abcb972ada9da2cf4b12c10 URL: http://source.winehq.org/git/wine.git/?a=commit;h=0d6906bf21a77fb17abcb972ad... Author: André Hentschel <nerv(a)dawncrow.de> Date: Wed Jun 14 23:33:16 2017 +0200 include: Remove duplicate declaration of PFXVerifyPassword. Signed-off-by: André Hentschel <nerv(a)dawncrow.de> Signed-off-by: Alexandre Julliard <julliard(a)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);
participants (1)
-
Alexandre Julliard