> We have a platform that does not support floating point operations. We discovered that openssl uses floating point in the random number generator. There are other places, too, like bio_print, the poly135 code, etc. Good luck... > Is there any build or compile time flag that uses an alternative to floating point? -Ddouble=long ? :)