"Remove" unused variable

This commit is contained in:
Richard Levitte 2003-06-26 10:23:00 +00:00
parent a99ce1a574
commit d55141ed7a

View file

@ -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)
{
EC_KEY *eckey;
#if 0 /* unused */
ASN1_INTEGER *prkey = NULL;
#endif
unsigned char *p, *pp;
int nid, i, ret = 0;
unsigned int tmp_flags;