PR: 1644
authorDr. Stephen Henson <steve@openssl.org>
Sun, 6 Sep 2009 15:49:12 +0000 (15:49 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sun, 6 Sep 2009 15:49:12 +0000 (15:49 +0000)
commit6c29853bf216d2a5bdbcc10cd355cbba1c3fda82
tree7d09485ffd452e1e3926cafef9a5e67349d53910
parent2e9802b7a7b2d05554adf96a3ec06497fe066ee9
PR: 1644
Submitted by: steve@openssl.org

Fix to make DHparams_dup() et al work in C++.

For 1.0 fix the final argument to ASN1_dup() so it is void *. Replace some
*_dup macros with functions.
crypto/asn1/a_dup.c
crypto/asn1/asn1.h
crypto/dh/dh.h
crypto/dh/dh_asn1.c
crypto/dsa/dsa.h
crypto/dsa/dsa_asn1.c