Re: alloca() implicit declaration for BSD's

2022-08-04 Thread Niels Möller
Brad Smith writes: > Currently there is a warning for implicit declaration of function for > alloca() on OpenBSD and > thus the other BSD's too with ecc-random.c, getopt.c, and pss-mgf1.c. > The appropriate missing > header is stdlib.h. What is the preferred method for fixing this? I > was lookin

Re: [PATCH] Fix 64-bit MIPS ABI check for other OS's like *BSD / Linux

2022-08-04 Thread Niels Möller
Brad Smith writes: > Signed-off-by: Brad Smith > > --- > configure.ac | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configure.ac b/configure.ac > index 73c6fc21..39b5b148 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -343,7 +343,7 @@ case "$host_cpu" in >