<div dir="ltr">Hardly helps :(<br><br><b>nm -o /usr/lib/i386-linux-gnu/libcrypto.a  | grep ASN1_TIME_t</b><br>nm: ebcdic.o: no symbols<br>/usr/lib/i386-linux-gnu/libcrypto.a:a_time.o:00000230 T ASN1_TIME_to_generalizedtime<br>/usr/lib/i386-linux-gnu/libcrypto.a:ocsp_srv.o:         U ASN1_TIME_to_generalizedtime<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Oct 15, 2016 at 9:08 PM, Salz, Rich <span dir="ltr"><<a href="mailto:rsalz@akamai.com" target="_blank">rsalz@akamai.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">> grep -r ASN1_TIME\( ~/openssl/openssl/<br>
> /home/ajay/openssl/openssl/<wbr>crypto/asn1/a_time.c:int i2d_ASN1_TIME(ASN1_TIME *a, unsigned char **pp)<br>
<br>
> How to search for such symbols in the cloned source-code?<br>
<br>
</span>Much of the ASN1 data structures are created by macros and it will not be immediately obvious to newcomers how it works.<br>
<br>
Your best bet is to use "nm -o" on the library and find the file, and then work backward from there.<br>
<div class="HOEnZb"><div class="h5"><br>
--<br>
openssl-users mailing list<br>
To unsubscribe: <a href="https://mta.openssl.org/mailman/listinfo/openssl-users" rel="noreferrer" target="_blank">https://mta.openssl.org/<wbr>mailman/listinfo/openssl-users</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">Regards,<br>Ajay<br></div>
</div>