Convert ECParameters_dup() from a macro that uses ASN1_dup_of() into an
authorjsing <jsing@openbsd.org>
Tue, 13 Oct 2015 15:25:18 +0000 (15:25 +0000)
committerjsing <jsing@openbsd.org>
Tue, 13 Oct 2015 15:25:18 +0000 (15:25 +0000)
commite9038d389ea3e26d6fb698660ca175f275279c89
tree9efa2d7ad794a1af77b017bb8e6137a296e9a503
parentd73dc91a28d5283bb0bfa32f56876e0998624471
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@
lib/libcrypto/doc/ec.pod
lib/libcrypto/ec/ec.h
lib/libcrypto/ec/ec_lib.c
lib/libssl/src/crypto/ec/ec.h
lib/libssl/src/crypto/ec/ec_lib.c
lib/libssl/src/doc/crypto/ec.pod