enable SHA-384 and SHA-512 by default

pull/8/head
Chris Conlon 2019-09-26 10:14:30 -06:00
parent 827720caf3
commit 91835a29af
1 changed files with 2 additions and 2 deletions

View File

@ -50,8 +50,8 @@ else:
MPAPI_ENABLED = 0
SHA_ENABLED = 1
SHA256_ENABLED = 1
SHA384_ENABLED = 0
SHA512_ENABLED = 0
SHA384_ENABLED = 1
SHA512_ENABLED = 1
DES3_ENABLED = 1
AES_ENABLED = 1
HMAC_ENABLED = 1