Fix the UnsealMessage() forward

Francois Gouget fgouget at free.fr
Mon Feb 6 07:05:57 CST 2006


Changelog:

  * dlls/security/security.spec

    Francois Gouget <fgouget at free.fr>
    Fix the UnsealMessage() forward

-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
                          Stolen from an Internet user:
               "f u cn rd ths, u cn gt a gd jb n cmptr prgrmmng !"
-------------- next part --------------
Index: dlls/security/security.spec
===================================================================
RCS file: /home/wine/wine/dlls/security/security.spec,v
retrieving revision 1.1
diff -u -p -r1.1 security.spec
--- dlls/security/security.spec	5 Jan 2006 16:58:53 -0000	1.1
+++ dlls/security/security.spec	6 Feb 2006 12:55:36 -0000
@@ -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-patches mailing list