Yang, Jie wrote:
Hi, all,
I am a newbie in openssl world, and reading ssl3_connect code in openssl-0.9.7e. I found some functions are missing like:


i2d_ASN1_INTEGER, i2d_DHparams, and d2i_DHparams. However, I can find them in openssl-0.9.6M, and the code can still be built...

Am I missing any points here? where are these functions in openssl-0.9.7e?
thank you for your answer.

there are now defined as macros, see crypto/asn1/tasn_typ.c and crypto/dh/dh_asn1.c (via the IMPLEMENT_ASN1_... macro).

Nils
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to