Commit eb3d68c4 authored by Richard Levitte's avatar Richard Levitte
Browse files

Nils Larsch told me I could remove that variable entirely.

parent c89f31de
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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;