aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/evp_pkey.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-06-26 11:52:23 +0000
committerRichard Levitte <levitte@openssl.org>2003-06-26 11:52:23 +0000
commiteb3d68c454d1481009f44c6671f658edf115edfa (patch)
tree7393db5a73ade29083624cc891f11e9cae597b8b /crypto/evp/evp_pkey.c
parentc89f31def0c5ae23ae0d1ba429ec8ce7a9ffbb33 (diff)
downloadopenssl-eb3d68c454d1481009f44c6671f658edf115edfa.tar.gz
Nils Larsch told me I could remove that variable entirely.
Diffstat (limited to 'crypto/evp/evp_pkey.c')
-rw-r--r--crypto/evp/evp_pkey.c3
1 files changed, 0 insertions, 3 deletions
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;