提交 d3f17e5e 编写于 作者: D Dr. Stephen Henson

stop warning with no-engine

上级 ff66ff0a
...@@ -174,7 +174,6 @@ static const EVP_PKEY_ASN1_METHOD *pkey_asn1_find(int type) ...@@ -174,7 +174,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 (;;)
{ {
...@@ -186,6 +185,7 @@ const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_find(ENGINE **pe, int type) ...@@ -186,6 +185,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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册