Francois Gouget : security: Fix the UnsealMessage() forward.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Feb 6 15:01:02 CST 2006


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Mon Feb  6 20:57:56 2006 +0100

security: Fix the UnsealMessage() forward.

---

 dlls/security/security.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/security/security.spec b/dlls/security/security.spec
index 58855fc..02f9f0a 100644
--- a/dlls/security/security.spec
+++ b/dlls/security/security.spec
@@ -32,5 +32,5 @@
 @ stdcall QuerySecurityPackageInfoW(wstr ptr) secur32.QuerySecurityPackageInfoW
 @ stdcall RevertSecurityContext(ptr) secur32.RevertSecurityContext
 @ stdcall SealMessage(ptr long ptr long) secur32.EncryptMessage
-@ stdcall UnsealMessage(ptr ptr long ptr) secur32.DecyptMessage
+@ stdcall UnsealMessage(ptr ptr long ptr) secur32.DecryptMessage
 @ stdcall VerifySignature(ptr ptr long ptr) secur32.VerifySignature




More information about the wine-cvs mailing list