提交 eb3d68c4 编写于 作者: R Richard Levitte

Nils Larsch told me I could remove that variable entirely.

上级 c89f31de
......@@ -527,9 +527,6 @@ static int dsa_pkey2pkcs8(PKCS8_PRIV_KEY_INFO *p8, EVP_PKEY *pkey)
static int eckey_pkey2pkcs8(PKCS8_PRIV_KEY_INFO *p8, EVP_PKEY *pkey)
{
EC_KEY *eckey;
#if 0 /* unused */
ASN1_INTEGER *prkey = NULL;
#endif
unsigned char *p, *pp;
int nid, i, ret = 0;
unsigned int tmp_flags;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册