Richard Levitte
|
e072aa535d
|
The macro IMPLEMENT_ASN1_FUNCTIONS_const already contains an ending ;,
so do not add one after the expansion, since ANSI C doesn't allow ;;
at this level (or at least, so tells me gcc).
|
2002-02-16 12:03:25 +00:00 |
|
Richard Levitte
|
48f9859d2a
|
Local time' shadows the global function time()'. Rename the local
variable to `tim' (and, as a matter of consequence, `time_d' to `tim_d').
|
2002-02-16 12:01:13 +00:00 |
|
Bodo Möller
|
8f06b00373
|
make it possible to disable memory checking for timings
|
2002-02-14 14:41:13 +00:00 |
|
Bodo Möller
|
d8309efc72
|
EC_GROUP_get_group_by_name() is now called EC_GROUP_new_by_name()
|
2002-02-14 10:23:20 +00:00 |
|
Bodo Möller
|
4d94ae00d5
|
ECDSA support
Submitted by: Nils Larsch <nla@trustcenter.de>
|
2002-02-13 18:21:51 +00:00 |
|