projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44411db
)
'-C' is still quite broken
author
Bodo Möller
<bodo@openssl.org>
Thu, 14 Feb 2002 14:30:20 +0000
(14:30 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Thu, 14 Feb 2002 14:30:20 +0000
(14:30 +0000)
apps/ecdsaparam.c
patch
|
blob
|
history
diff --git
a/apps/ecdsaparam.c
b/apps/ecdsaparam.c
index 9eb53de24836d715018c92417cfa349b1df3d89a..c4436a7a22ed04838bd3c5503bf87df5e3ac6be1 100644
(file)
--- 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");