https://git.reactos.org/?p=reactos.git;a=commitdiff;h=a6265fc4b07bcb2b95c0a…
commit a6265fc4b07bcb2b95c0ab901e371f6fd616efc7
Author:     Thomas Faber <thomas.faber(a)reactos.org>
AuthorDate: Fri Mar 9 18:10:15 2018 +0100
Commit:     Thomas Faber <thomas.faber(a)reactos.org>
CommitDate: Fri Mar 9 18:20:30 2018 +0100
    [BCRYPT] Improve stubs for functions needed by crypt32 aka fix build.
---
 dll/win32/bcrypt/bcrypt.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dll/win32/bcrypt/bcrypt.spec b/dll/win32/bcrypt/bcrypt.spec
index e299fe0cce..b7bde3a0df 100644
--- a/dll/win32/bcrypt/bcrypt.spec
+++ b/dll/win32/bcrypt/bcrypt.spec
@@ -9,7 +9,7 @@
 @ stub BCryptDeleteContext
 @ stub BCryptDeriveKey
 @ stdcall BCryptDestroyHash(ptr)
-@ stub BCryptDestroyKey
+@ stdcall -stub BCryptDestroyKey(ptr)
 @ stub BCryptDestroySecret
 @ stub BCryptDuplicateHash
 @ stub BCryptDuplicateKey
@@ -32,7 +32,7 @@
 @ stdcall BCryptHash(ptr ptr long ptr long ptr long)
 @ stdcall BCryptHashData(ptr ptr long long)
 @ stub BCryptImportKey
-@ stub BCryptImportKeyPair
+@ stdcall -stub BCryptImportKeyPair(ptr ptr wstr ptr ptr long long)
 @ stdcall BCryptOpenAlgorithmProvider(ptr wstr wstr long)
 @ stub BCryptQueryContextConfiguration
 @ stub BCryptQueryContextFunctionConfiguration
@@ -50,7 +50,7 @@
 @ stub BCryptSignHash
 @ stub BCryptUnregisterConfigChangeNotify
 @ stub BCryptUnregisterProvider
-@ stub BCryptVerifySignature
+@ stdcall -stub BCryptVerifySignature(ptr ptr ptr long ptr long long)
 @ stub GetAsymmetricEncryptionInterface
 @ stub GetCipherInterface
 @ stub GetHashInterface