From: Bodo Möller Date: Thu, 14 Feb 2002 14:30:20 +0000 (+0000) Subject: '-C' is still quite broken X-Git-Tag: OpenSSL-engine-0_9_6c^2^2~4 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1dea1f45097b044a59dbfeae6c667775410b24b0;p=oweals%2Fopenssl.git '-C' is still quite broken --- diff --git a/apps/ecdsaparam.c b/apps/ecdsaparam.c index 9eb53de248..c4436a7a22 100644 --- a/apps/ecdsaparam.c +++ b/apps/ecdsaparam.c @@ -467,6 +467,13 @@ bad: } printf("\n\t};\n\n"); + /* FIXME: + * the generated code does not make much sense + * + * TODO: + * use EC_GROUP_new_curve_GFp instead of using EC_GFp_mont_method directly + */ + printf("ECDSA *get_ecdsa%d()\n\t{\n",bits_p); printf("\tint ok=1;\n"); printf("\tECDSA *ecdsa=NULL;\n");