Skip to content

Commit

Permalink
Added missing sha512 provider
Browse files Browse the repository at this point in the history
  • Loading branch information
9EOR9 committed Dec 6, 2018
1 parent 212a9f6 commit a4b1070
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libmariadb/secure/win_crypt.c
Expand Up @@ -23,6 +23,7 @@
#pragma comment(lib, "bcrypt.lib")

BCRYPT_ALG_HANDLE Sha256Prov= 0;
BCRYPT_ALG_HANDLE Sha512Prov= 0;
BCRYPT_ALG_HANDLE RsaProv= 0;

static LPCWSTR ma_hash_get_algorithm(unsigned int alg, BCRYPT_ALG_HANDLE *algHdl)
Expand Down

0 comments on commit a4b1070

Please sign in to comment.