Re: where is RSAPrivatekey_it

2010-11-27 Thread Shravan Mishra
Aahh!! Got it. Thanks much doctor. -Shravan On Fri, Nov 26, 2010 at 6:06 PM, Dr. Stephen Henson wrote: > 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))

Re: where is RSAPrivatekey_it

2010-11-26 Thread Dr. Stephen Henson
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