From: Richard Levitte Date: Thu, 26 Jun 2003 11:52:23 +0000 (+0000) Subject: Nils Larsch told me I could remove that variable entirely. X-Git-Tag: BEN_FIPS_TEST_1~38^2~29 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=eb3d68c454d1481009f44c6671f658edf115edfa;p=oweals%2Fopenssl.git Nils Larsch told me I could remove that variable entirely. --- diff --git a/crypto/evp/evp_pkey.c b/crypto/evp/evp_pkey.c index ee7e3aabac..74c974e686 100644 --- a/crypto/evp/evp_pkey.c +++ b/crypto/evp/evp_pkey.c @@ -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;