crt: Unify bcrypt.def for lib64 and libarm32 Keep functions from both previous versions. Signed-off-by: Martin Storsjö <martin@martin.st>
diff --git a/mingw-w64-crt/lib64/bcrypt.def b/mingw-w64-crt/lib-common/bcrypt.def similarity index 93% rename from mingw-w64-crt/lib64/bcrypt.def rename to mingw-w64-crt/lib-common/bcrypt.def index 6aad7b0..5415bad 100644 --- a/mingw-w64-crt/lib64/bcrypt.def +++ b/mingw-w64-crt/lib-common/bcrypt.def
@@ -1,8 +1,3 @@ -; -; Definition file of bcrypt.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; LIBRARY "bcrypt.dll" EXPORTS BCryptAddContextFunction @@ -12,6 +7,7 @@ BCryptConfigureContextFunction BCryptCreateContext BCryptCreateHash +BCryptCreateMultiHash BCryptDecrypt BCryptDeleteContext BCryptDeriveKey @@ -41,7 +37,9 @@ BCryptHashData BCryptImportKey BCryptImportKeyPair +BCryptKeyDerivation BCryptOpenAlgorithmProvider +BCryptProcessMultiOperations BCryptQueryContextConfiguration BCryptQueryContextFunctionConfiguration BCryptQueryContextFunctionProperty
diff --git a/mingw-w64-crt/libarm32/bcrypt.def b/mingw-w64-crt/libarm32/bcrypt.def deleted file mode 100644 index e6ab26d..0000000 --- a/mingw-w64-crt/libarm32/bcrypt.def +++ /dev/null
@@ -1,64 +0,0 @@ -; -; Definition file of bcrypt.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "bcrypt.dll" -EXPORTS -BCryptAddContextFunction -BCryptAddContextFunctionProvider -BCryptCloseAlgorithmProvider -BCryptConfigureContext -BCryptConfigureContextFunction -BCryptCreateContext -BCryptCreateHash -BCryptCreateMultiHash -BCryptDecrypt -BCryptDeleteContext -BCryptDeriveKey -BCryptDeriveKeyCapi -BCryptDeriveKeyPBKDF2 -BCryptDestroyHash -BCryptDestroyKey -BCryptDestroySecret -BCryptDuplicateHash -BCryptDuplicateKey -BCryptEncrypt -BCryptEnumAlgorithms -BCryptEnumContextFunctionProviders -BCryptEnumContextFunctions -BCryptEnumContexts -BCryptEnumProviders -BCryptEnumRegisteredProviders -BCryptExportKey -BCryptFinalizeKeyPair -BCryptFinishHash -BCryptFreeBuffer -BCryptGenRandom -BCryptGenerateKeyPair -BCryptGenerateSymmetricKey -BCryptGetFipsAlgorithmMode -BCryptGetProperty -BCryptHashData -BCryptImportKey -BCryptImportKeyPair -BCryptKeyDerivation -BCryptOpenAlgorithmProvider -BCryptProcessMultiOperations -BCryptQueryContextConfiguration -BCryptQueryContextFunctionConfiguration -BCryptQueryContextFunctionProperty -BCryptQueryProviderRegistration -BCryptRegisterConfigChangeNotify -BCryptRegisterProvider -BCryptRemoveContextFunction -BCryptRemoveContextFunctionProvider -BCryptResolveProviders -BCryptSecretAgreement -BCryptSetAuditingInterface -BCryptSetContextFunctionProperty -BCryptSetProperty -BCryptSignHash -BCryptUnregisterConfigChangeNotify -BCryptUnregisterProvider -BCryptVerifySignature