enable ECC, Ed25519, keygen by default

pull/8/head
Chris Conlon 2019-09-25 16:07:01 -06:00
parent c973943f53
commit 31fa60489e
1 changed files with 3 additions and 3 deletions

View File

@ -56,9 +56,9 @@ DES3_ENABLED = 1
AES_ENABLED = 1 AES_ENABLED = 1
HMAC_ENABLED = 1 HMAC_ENABLED = 1
RSA_ENABLED = 1 RSA_ENABLED = 1
ECC_ENABLED = 0 ECC_ENABLED = 1
ED25519_ENABLED = 0 ED25519_ENABLED = 1
KEYGEN_ENABLED = 0 KEYGEN_ENABLED = 1
# detect native features based on options.h defines # detect native features based on options.h defines
if featureDetection == 1: if featureDetection == 1: