Change internals of the EC library so that the functions
authorBodo Möller <bodo@openssl.org>
Wed, 8 May 2002 11:54:24 +0000 (11:54 +0000)
committerBodo Möller <bodo@openssl.org>
Wed, 8 May 2002 11:54:24 +0000 (11:54 +0000)
EC_GROUP_{set_generator,get_generator,get_order,get_cofactor} are
implemented directly in crypto/ec/ec_lib.c and not dispatched to
methods.

Also fix EC_GROUP_copy to copy the NID.


No differences found