On Mon, Aug 13, 2001 at 05:00:33PM -0700, Aaron Bannert wrote: > So, does openssl-0.9.5a just not work with flood? There is a particular > preprocessor symbol, SSL_MODE_AUTO_RETRY, that does not appear in my > 0.9.5a but works with 0.9.6. > > Should we have autoconf check for >= openssl-0.9.6?
+1. OpenSSL-0.9.6 and prior versions seem to have bad race conditions (the test should be >= 0.9.6a). For my builds, I've been using 0.9.6b and haven't had any major problems (yet). -- justin
