> Am 08.03.2021 um 21:50 schrieb Yann Ylavic <ylavic....@gmail.com>: > > 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 ;) Aahh! It was too late in the evening! Thanks for point this out. Currently throwing this at travis (thanks Joe!). > >> +#else >> ip = ASN1_STRING_get0_data(cval->d.iPAddress); >> +#endif > > Cheers; > Yann.
- Re: svn commit: r1887342 - /httpd/httpd/trunk/modules/md/md... Yann Ylavic
- Re: svn commit: r1887342 - /httpd/httpd/trunk/modules/... Stefan Eissing