summaryrefslogtreecommitdiffstats
path: root/crypto/ecdsa/ecs_locl.h
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-04-09 12:01:21 +0000
committerBodo Möller <bodo@openssl.org>2002-04-09 12:01:21 +0000
commitd0561b5c2da1404f542743054c2fa45affce7042 (patch)
tree9260704ba9d4f211b79ff94ec74580044449e724 /crypto/ecdsa/ecs_locl.h
parent4f4b192402ce084c3cab202720bf59c9cde9904c (diff)
fix ECDSA handling
Submitted by: Nils Larsch
Diffstat (limited to 'crypto/ecdsa/ecs_locl.h')
-rw-r--r--crypto/ecdsa/ecs_locl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/ecdsa/ecs_locl.h b/crypto/ecdsa/ecs_locl.h
index 61b63668ca..3c353049e4 100644
--- a/crypto/ecdsa/ecs_locl.h
+++ b/crypto/ecdsa/ecs_locl.h
@@ -96,7 +96,6 @@ typedef struct ec_parameters {
typedef struct ecdsa_priv_key_st {
int version;
- int write_params;
EC_PARAMETERS *parameters;
ASN1_OBJECT *named_curve;
ASN1_OCTET_STRING *pub_key;