On 31/05/2019 04:55, Swamy J-S wrote:
> Hi,
>
>
> I recently updated openssl from 1.0.2n to 1.1.0g in linux system.
>
>
> Earlier I was using
>
> "ASN1_INTEGER **c2i_ASN1_INTEGER*(ASN1_INTEGER **a, const unsigned char **pp,
> long len) " function. As this function is removed in openssl 1.1.
Hi,
I recently updated openssl from 1.0.2n to 1.1.0g in linux system.
Earlier I was using
"ASN1_INTEGER *c2i_ASN1_INTEGER(ASN1_INTEGER **a, const unsigned char **pp,
long len) " function. As this function is removed in openssl 1.1.0, now i
replaced this with
"ASN1_INTEGER *d2i_ASN1_UINTEGE