<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">I am trying to fix this part of code:<div><br></div><div> int Func1 (var, bn) {</div><div>*var = rc_vmalloc(bn->top * BN_BYTES); ------------------> Trying to fix this. Error it throws is " error: dereferencing pointer to incomplete type".<br></div><div><br></div><div><div> (*var)->l = BN_bn2bin(bn, (unsigned char *)(*var)->v);</div></div><div>.</div><div>.</div><div>}</div><div><br></div><div>Thanks,</div><div>Priya</div><div><br></div></div></div></div></div><br><div class="gmail_quote"><div dir="ltr">On Mon, 26 Nov 2018 at 11:06, Viktor Dukhovni <<a href="mailto:openssl-users@dukhovni.org">openssl-users@dukhovni.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">> On Nov 26, 2018, at 12:14 AM, priya p <<a href="mailto:priyahere223@gmail.com" target="_blank">priyahere223@gmail.com</a>> wrote:<br>
> <br>
> I am unable to get the API to access bn->top value  or any bn members in openssl 1.1.1 .<br>
> Can you help me with the pointers to those APIs ?<br>
<br>
What actual problem are you trying to solve?  Accessing bn->top is<br>
a goal in itself.<br>
<br>
-- <br>
        Viktor.<br>
<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/mailman/listinfo/openssl-users</a><br>
</blockquote></div>