On Wed, 17 Mar 2021 at 13:16, Roman Bolshakov <r.bolsha...@yadro.com> wrote:
>   result = asn1_der_coding (asn1_element, "", NULL, &der_len, 
> errorDescription);
>
> The result should be ASN1_MEM_ERROR.
>
> Something like this should work as configure-time test.

Unfortunately at configure time you can't run code, only
compile and link it, because you might be cross-compiling.
So a test that needs us to actually look at return values
from function calls won't work for configure.

thanks
-- PMM

Reply via email to