Addressed PKCS ECC loading Issue (#611)

This commit is contained in:
Bryan Berns 2022-08-05 19:22:28 -04:00 committed by GitHub
parent 52f8ba1c14
commit ec26bbe178
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1358,6 +1358,7 @@
/* libcrypto includes complete ECC support */
#define OPENSSL_HAS_ECC 1
#define OPENSSL_HAS_NISTP521 1
#define HAVE_EC_KEY_METHOD_NEW 1
/* libcrypto is missing AES 192 and 256 bit functions */
/* #undef OPENSSL_LOBOTOMISED_AES */