Hans Leidekker : wintrust: Add stub implementations of HTTPSCertificateTrust and HTTPSFinalProv.

Alexandre Julliard julliard at winehq.org
Fri Jun 12 10:41:10 CDT 2009


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

Author: Hans Leidekker <hans at codeweavers.com>
Date:   Fri Jun 12 11:36:08 2009 +0200

wintrust: Add stub implementations of HTTPSCertificateTrust and HTTPSFinalProv.

---

 dlls/wintrust/softpub.c     |   12 ++++++++++++
 dlls/wintrust/wintrust.spec |    4 ++--
 2 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/dlls/wintrust/softpub.c b/dlls/wintrust/softpub.c
index e59c31f..9c79fa8 100644
--- a/dlls/wintrust/softpub.c
+++ b/dlls/wintrust/softpub.c
@@ -1060,3 +1060,15 @@ HRESULT WINAPI SoftpubCleanup(CRYPT_PROVIDER_DATA *data)
 
     return S_OK;
 }
+
+HRESULT WINAPI HTTPSCertificateTrust(CRYPT_PROVIDER_DATA *data)
+{
+    FIXME("(%p)\n", data);
+    return S_OK;
+}
+
+HRESULT WINAPI HTTPSFinalProv(CRYPT_PROVIDER_DATA *data)
+{
+    FIXME("(%p)\n", data);
+    return S_OK;
+}
diff --git a/dlls/wintrust/wintrust.spec b/dlls/wintrust/wintrust.spec
index 9c5b1cb..602d4bd 100644
--- a/dlls/wintrust/wintrust.spec
+++ b/dlls/wintrust/wintrust.spec
@@ -48,8 +48,8 @@
 @ stub FindCertsByIssuer
 @ stdcall GenericChainCertificateTrust(ptr)
 @ stdcall GenericChainFinalProv(ptr)
-@ stub HTTPSCertificateTrust
-@ stub HTTPSFinalProv
+@ stdcall HTTPSCertificateTrust(ptr)
+@ stdcall HTTPSFinalProv(ptr)
 @ stub IsCatalogFile
 @ stub MsCatConstructHashTag
 @ stub MsCatFreeHashTag




More information about the wine-cvs mailing list