stop warning with no-engine
This commit is contained in:
parent
114c402d9e
commit
bbbf0d45ba
@ -172,7 +172,6 @@ static const EVP_PKEY_ASN1_METHOD *pkey_asn1_find(int type)
|
|||||||
const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_find(ENGINE **pe, int type)
|
const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_find(ENGINE **pe, int type)
|
||||||
{
|
{
|
||||||
const EVP_PKEY_ASN1_METHOD *t;
|
const EVP_PKEY_ASN1_METHOD *t;
|
||||||
ENGINE *e;
|
|
||||||
|
|
||||||
for (;;)
|
for (;;)
|
||||||
{
|
{
|
||||||
@ -184,6 +183,7 @@ const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_find(ENGINE **pe, int type)
|
|||||||
if (pe)
|
if (pe)
|
||||||
{
|
{
|
||||||
#ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
|
ENGINE *e;
|
||||||
/* type will contain the final unaliased type */
|
/* type will contain the final unaliased type */
|
||||||
e = ENGINE_get_pkey_asn1_meth_engine(type);
|
e = ENGINE_get_pkey_asn1_meth_engine(type);
|
||||||
if (e)
|
if (e)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user