Nils Larsch told me I could remove that variable entirely.

This commit is contained in:
Richard Levitte 2003-06-26 11:52:23 +00:00
parent c89f31def0
commit eb3d68c454

View file

@ -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;