aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/evp_pkey.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-06-26 10:23:00 +0000
committerRichard Levitte <levitte@openssl.org>2003-06-26 10:23:00 +0000
commitd55141ed7a844b4a0b8c75169267566695642840 (patch)
tree9e342a53f732097bcc44966797db82e35f9aea00 /crypto/evp/evp_pkey.c
parenta99ce1a57481ff7de2971b9c5cc50c2613f4c420 (diff)
downloadopenssl-d55141ed7a844b4a0b8c75169267566695642840.tar.gz
"Remove" unused variable
Diffstat (limited to 'crypto/evp/evp_pkey.c')
-rw-r--r--crypto/evp/evp_pkey.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/evp/evp_pkey.c b/crypto/evp/evp_pkey.c
index 6def5d44de..ee7e3aabac 100644
--- a/crypto/evp/evp_pkey.c
+++ b/crypto/evp/evp_pkey.c
@@ -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;