Nils Larsch told me I could remove that variable entirely.
This commit is contained in:
parent
c89f31def0
commit
eb3d68c454
@ -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)
|
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;
|
|
||||||
#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…
x
Reference in New Issue
Block a user