From 8afca8d9c60c3d7db6f9bc94a97c77f016fc139d Mon Sep 17 00:00:00 2001 From: Bodo Möller Date: Wed, 11 May 2005 03:45:39 +0000 Subject: Fix more error codes. (Also improve util/ck_errf.pl script, and occasionally fix source code formatting.) --- crypto/ec/ec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/ec') diff --git a/crypto/ec/ec.h b/crypto/ec/ec.h index cc608c74c8..c706669a7a 100644 --- a/crypto/ec/ec.h +++ b/crypto/ec/ec.h @@ -143,7 +143,7 @@ EC_POINT *EC_GROUP_get0_generator(const EC_GROUP *); int EC_GROUP_get_order(const EC_GROUP *, BIGNUM *order, BN_CTX *); int EC_GROUP_get_cofactor(const EC_GROUP *, BIGNUM *cofactor, BN_CTX *); -void EC_GROUP_set_curve_name(EC_GROUP *, int nid); /* curve name */ +void EC_GROUP_set_curve_name(EC_GROUP *, int nid); int EC_GROUP_get_curve_name(const EC_GROUP *); void EC_GROUP_set_asn1_flag(EC_GROUP *, int flag); -- cgit v1.2.3