Update to support OEMCrypto v16 with ODK
This commit is contained in:
@@ -47,6 +47,9 @@ using ScopedOpenSSLStackOnly =
|
||||
|
||||
using ScopedBIGNUM = ScopedOpenSSLType<BIGNUM, BN_free>;
|
||||
using ScopedBIO = ScopedOpenSSLType<BIO, BIO_vfree>;
|
||||
using ScopedECGROUP = ScopedOpenSSLType<EC_GROUP, EC_GROUP_free>;
|
||||
using ScopedECKEY = ScopedOpenSSLType<EC_KEY, EC_KEY_free>;
|
||||
using ScopedECPOINT = ScopedOpenSSLType<EC_POINT, EC_POINT_free>;
|
||||
using ScopedPKCS7 = ScopedOpenSSLType<PKCS7, PKCS7_free>;
|
||||
using ScopedPKEY = ScopedOpenSSLType<EVP_PKEY, EVP_PKEY_free>;
|
||||
using ScopedRSA = ScopedOpenSSLType<RSA, RSA_free>;
|
||||
|
||||
Reference in New Issue
Block a user