crt: Update bcrypt export library.

Signed-off-by: Biswapriyo Nath <nathbappai@gmail.com>
Signed-off-by: Liu Hao <lh_mouse@126.com>
diff --git a/mingw-w64-crt/lib-common/bcrypt.def b/mingw-w64-crt/lib-common/bcrypt.def
index 5415bad..6d158f4 100644
--- a/mingw-w64-crt/lib-common/bcrypt.def
+++ b/mingw-w64-crt/lib-common/bcrypt.def
@@ -34,6 +34,7 @@
 BCryptGenerateSymmetricKey
 BCryptGetFipsAlgorithmMode
 BCryptGetProperty
+BCryptHash
 BCryptHashData
 BCryptImportKey
 BCryptImportKeyPair
diff --git a/mingw-w64-crt/lib32/bcrypt.def b/mingw-w64-crt/lib32/bcrypt.def
index 6d6be99..2f3102f 100644
--- a/mingw-w64-crt/lib32/bcrypt.def
+++ b/mingw-w64-crt/lib32/bcrypt.def
@@ -12,6 +12,7 @@
 BCryptConfigureContextFunction@20
 BCryptCreateContext@12
 BCryptCreateHash@28
+BCryptCreateMultiHash@32
 BCryptDecrypt@40
 BCryptDeleteContext@8
 BCryptDeriveKey@28
@@ -38,10 +39,13 @@
 BCryptGenerateSymmetricKey@28
 BCryptGetFipsAlgorithmMode@4
 BCryptGetProperty@24
+BCryptHash@28
 BCryptHashData@16
 BCryptImportKey@36
 BCryptImportKeyPair@28
+BCryptKeyDerivation@24
 BCryptOpenAlgorithmProvider@16
+BCryptProcessMultiOperations@20
 BCryptQueryContextConfiguration@16
 BCryptQueryContextFunctionConfiguration@24
 BCryptQueryContextFunctionProperty@28