security: Fix the UnsealMessage() forward.

oldstable
Francois Gouget 2006-02-06 20:57:56 +01:00 committed by Alexandre Julliard
parent 694efd7c6f
commit f71c5b4ee3
1 changed files with 1 additions and 1 deletions

View File

@ -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