On Sat, 18 Jun 2005, Richard Levitte via RT wrote:

> The real issue was the backslahes in the configuration definition for 
> DJGPP and how those interacted with the handling of a build environment 
> in the Makefiles.
> 
> I resolved the issue by moving the definition of DEVRANDOM for DJGPP 
> from Configure to e_os.h.

I tried compiling with DJGPP using your patch applied to beta5. It
compiles OK, but there are a lot of warnings, since there is a default
definition of DEVRANDOM earlier in the e_os.h file. I applied this
patch.

--- e_os.h.ori  2005-06-18 23:50:38.000000000 -0800
+++ e_os.h      2005-06-19 04:07:10.000000000 -0800
@@ -227,6 +227,7 @@
 #    define _setmode setmode
 #    define _O_TEXT O_TEXT
 #    define _O_BINARY O_BINARY
+#    undef DEVRANDOM
 #    define DEVRANDOM "/dev/urandom\x24"
 #  endif /* __DJGPP__ */
 
                     Doug
 
-- 
Doug Kaufman
Internet: [EMAIL PROTECTED]

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to