From: Bodo Möller Date: Wed, 8 May 2002 11:54:24 +0000 (+0000) Subject: Change internals of the EC library so that the functions X-Git-Tag: BEFORE_COMPAQ_PATCH~27 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=b6db386ffd66f9227989df64ebedd95bc61597de;hp=b6db386ffd66f9227989df64ebedd95bc61597de Change internals of the EC library so that the functions 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. ---