Check it actually compiles this time ;-)
This commit is contained in:
parent
5656f33cea
commit
ec7d16ffdd
@ -302,7 +302,7 @@ EVP_PKEY_ASN1_METHOD* EVP_PKEY_asn1_new(int id, int flags,
|
|||||||
goto err;
|
goto err;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
ameth->info = NULL
|
ameth->info = NULL;
|
||||||
|
|
||||||
if (pem_str)
|
if (pem_str)
|
||||||
{
|
{
|
||||||
@ -311,7 +311,7 @@ EVP_PKEY_ASN1_METHOD* EVP_PKEY_asn1_new(int id, int flags,
|
|||||||
goto err;
|
goto err;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
ameth->pem_str = NULL
|
ameth->pem_str = NULL;
|
||||||
|
|
||||||
ameth->pub_decode = 0;
|
ameth->pub_decode = 0;
|
||||||
ameth->pub_encode = 0;
|
ameth->pub_encode = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user