Commit f71c5b4e authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

security: Fix the UnsealMessage() forward.

parent 694efd7c
...@@ -32,5 +32,5 @@ ...@@ -32,5 +32,5 @@
@ stdcall QuerySecurityPackageInfoW(wstr ptr) secur32.QuerySecurityPackageInfoW @ stdcall QuerySecurityPackageInfoW(wstr ptr) secur32.QuerySecurityPackageInfoW
@ stdcall RevertSecurityContext(ptr) secur32.RevertSecurityContext @ stdcall RevertSecurityContext(ptr) secur32.RevertSecurityContext
@ stdcall SealMessage(ptr long ptr long) secur32.EncryptMessage @ 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 @ stdcall VerifySignature(ptr ptr long ptr) secur32.VerifySignature
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment