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

Check it actually compiles this time ;-)

上级 5656f33c
......@@ -302,7 +302,7 @@ EVP_PKEY_ASN1_METHOD* EVP_PKEY_asn1_new(int id, int flags,
goto err;
}
else
ameth->info = NULL
ameth->info = NULL;
if (pem_str)
{
......@@ -311,7 +311,7 @@ EVP_PKEY_ASN1_METHOD* EVP_PKEY_asn1_new(int id, int flags,
goto err;
}
else
ameth->pem_str = NULL
ameth->pem_str = NULL;
ameth->pub_decode = 0;
ameth->pub_encode = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册