On Fri, Nov 26, 2010, Shravan Mishra wrote: > > What's throwing me off is this: > > ASN1_ITEM_rptr(itname) > > It is defined in asn1.h > > #define ASN1_ITEM_rptr(ref) (&(ref##_it)) > > > > So based on the above implement statement it turns out to be > > &RSAPrivateKey_it > > Now where is this guy RSAPrivateKey_it ??. >
It is in crypto/rsa/rsa_asn1.c the macro ASN1_SEQUENCE_cb at the start initialises the static structure. Steve. -- Dr Stephen N. Henson. OpenSSL project core developer. Commercial tech support now available see: http://www.openssl.org ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org