Commit 12f2f09a authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

secur32: SealMessage and UnsealMessage are aliases of EncryptMessage and…

secur32: SealMessage and UnsealMessage are aliases of EncryptMessage and DecryptMessage respectively.
parent 4fff18b5
......@@ -61,7 +61,7 @@
@ stub SaslIdentifyPackageW
@ stub SaslInitializeSecurityContextA
@ stub SaslInitializeSecurityContextW
@ stub SealMessage
@ stdcall SealMessage(ptr long ptr long) EncryptMessage
@ stub SecCacheSspiPackages
@ stub SecGetLocaleSpecificEncryptionRules
@ stub SecpFreeMemory
......@@ -69,5 +69,5 @@
@ stub SecpTranslateNameEx
@ stdcall TranslateNameA(str long long ptr ptr)
@ stdcall TranslateNameW(wstr long long ptr ptr)
@ stub UnsealMessage
@ stdcall UnsealMessage(ptr ptr long ptr) DecryptMessage
@ stdcall VerifySignature(ptr ptr long ptr)
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