"Remove" unused variable
authorRichard Levitte <levitte@openssl.org>
Thu, 26 Jun 2003 10:23:00 +0000 (10:23 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 26 Jun 2003 10:23:00 +0000 (10:23 +0000)
crypto/evp/evp_pkey.c

index 6def5d44de7047f84dec8e395276e549ed0b7efa..ee7e3aabac4eb99f37273e18ba5a76b9e25e7e96 100644 (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;