On Thu, Feb 08, 2001 at 11:42:59AM +0900, Nelson Henry Eric wrote:
> Got the following error during "make test." Does that mean I should
> not install openssl until the issue is solved? The build itself seemed
> to finish without any errors or warnings.
An assertion is a failure of an internal test. Something happened that
actually never should happen.
I have seen exactly this assertion with early versions of prngd, when I
was (incorrectly) calling RAND_add() from a signal handler, while another
RAND_add() might be active.
Unfortunately that does not explain your error, yet...
> ---------- begin error message ----------
> ./randtest
> assertion "md_c[1] == md_count[1]" failed: file "md_rand.c", line 298
> *** Signal 6
>
> Stop.
> *** Error code 1
>
> Stop.
> ---------- end error message ----------
>
> I am building openssl-0.9.6 on NetBSD/sparc 1.5. Made no modifications
> before the build: simply "./config -lcompat", then, "make". It seems that
> core files were dumped:
> % find ./ -name "*.core" -print
> .//certs/openssl.core
> .//test/randtest.core
Best regards,
Lutz
--
Lutz Jaenicke [EMAIL PROTECTED]
BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/
Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129
Universitaetsplatz 3-4, D-03044 Cottbus Fax. +49 355 69-4153
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]