CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/10/13 09:25:18
Modified files:
lib/libssl/src/crypto/ec: ec.h ec_lib.c
lib/libssl/src/doc/crypto: ec.pod
Log message:
Convert ECParameters_dup() from a macro that uses ASN1_dup_of() into an
actual function. This removes the last ASN1_dup_of usage from the tree.
Feedback from doug@ and miod@
