Subject: Re: genrsa freezes in openssl running NetBSD 1.3K
To: Alicia da Conceicao <alicia@cyberstation.ca>
From: Krister Walfridsson <cato@df.lth.se>
List: port-i386
Date: 04/03/1999 17:02:22
On Sat, 3 Apr 1999, Alicia da Conceicao wrote:

> The "genrsa" freeze that occurs with openssl 0.9.2b, also occurs with the
> lastest snapshot of openssl, which is SNAP-19990402.  In addition, also with
> both openssl 0.9.2b and with SNAP-19990402, "make test" goes all the way to
> the "rsa_oaep_test" without errors, then freezes at that RSA test.

This is a bug in the version of egcs used by NetBSD. Remove the
'-fomit-frame-pointer' in the openssl Config file, and everything should
work.

FWIW, egcs-current don't have this bug...

   /Krister