I have compiled openssl0.9.6a on an SGI IRIX64 system configured
51 10:20 ./Configure irix64-mips4-cc --prefix=$HOME
the only mod is that I removed the -64 to generate n32 objects. When I
use the FSSL CORBA security plugin I get stuck in an infinit loop.
/vizoned1/matt/openssl-0.9.6a/crypto/bn/bn_gcd.c
while (!BN_is_zero(B))
{
if (!BN_div(D,M,A,B,ctx)) goto err;
T=A;
A=B;
B=M;
/* T has a struct, M does not */
if (!BN_mul(T,D,X,ctx)) goto err;
if (!BN_add(T,T,Y)) goto err;
M=Y;
Y=X;
X=T;
sign= -sign;
}
Does this look like a bug in ssl or my compiler?? What info can I get
people to help track this down???
Thanks
Matt
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]