[LTP] [PATCH v3 09/18] m4: Fix libcrypto detection on 32-bit cross build
Cyril Hrubis
chrubis@suse.cz
Fri Oct 13 14:27:03 CEST 2017
Hi!
> +#else
> +int main(void)
> +{
> + tst_resm(TCONF, "test requires libcrypto and openssl development packages");
^
I've changed these to tst_brkm() otherwise the return value
from main() would be undefined because these are oldlib tests
that has to either call tst_exit() or tst_brkm() to actually
exit the test.
--
Cyril Hrubis
chrubis@suse.cz
More information about the ltp
mailing list