On Mon, Mar 8, 2021 at 9:15 PM <ic...@apache.org> wrote:
>
> +#if OPENSSL_VERSION_NUMBER < 0x10100000L
> +                    ip = ASN1_STRING_get_data(cval->d.iPAddress);

Looks like it's ASN1_STRING_data(), without the _get ;)

> +#else
>                      ip = ASN1_STRING_get0_data(cval->d.iPAddress);
> +#endif

Cheers;
Yann.

Reply via email to