webconn opened this issue 7 years ago · 0 comments
cryptoauth-openssl-engine/cryptoauthlib/lib/openssl/eccx08_eckey_meth.c
Line 172 in 0cc4a3a
This code makes OpenSSL app fail on exit (e->funct_ref < 0).
According to other OpenSSL modules, it should be done like this:
if (!ENGINE_init(e)) { break; } pkey->engine = e;