PR: 1644
authorDr. Stephen Henson <steve@openssl.org>
Sun, 6 Sep 2009 15:49:46 +0000 (15:49 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sun, 6 Sep 2009 15:49:46 +0000 (15:49 +0000)
commitf4274da164c44699f980f5c897bc7f7727233337
tree958dd498eb89320cbe94d0424c5b865d4009bcd9
parent07a9d1a2c2b735cbc327065000b545deb5e136cf
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.
apps/privkey.pem
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