"Remove" unused variable
This commit is contained in:
parent
a99ce1a574
commit
d55141ed7a
1 changed files with 2 additions and 0 deletions
|
@ -527,7 +527,9 @@ static int dsa_pkey2pkcs8(PKCS8_PRIV_KEY_INFO *p8, EVP_PKEY *pkey)
|
||||||
static int eckey_pkey2pkcs8(PKCS8_PRIV_KEY_INFO *p8, EVP_PKEY *pkey)
|
static int eckey_pkey2pkcs8(PKCS8_PRIV_KEY_INFO *p8, EVP_PKEY *pkey)
|
||||||
{
|
{
|
||||||
EC_KEY *eckey;
|
EC_KEY *eckey;
|
||||||
|
#if 0 /* unused */
|
||||||
ASN1_INTEGER *prkey = NULL;
|
ASN1_INTEGER *prkey = NULL;
|
||||||
|
#endif
|
||||||
unsigned char *p, *pp;
|
unsigned char *p, *pp;
|
||||||
int nid, i, ret = 0;
|
int nid, i, ret = 0;
|
||||||
unsigned int tmp_flags;
|
unsigned int tmp_flags;
|
||||||
|
|
Loading…
Reference in a new issue