[openssl-dev] [openssl.org #2426] [PATCH] fix Borland C++ 5.5 compilation

2015-02-12 Thread Rich Salz via RT
_ftime isn't used in bss_dgram.c any more, not sure when it was fixed, closing this. -- Rich Salz, OpenSSL dev team; rs...@openssl.org ___ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Re: [openssl.org #2426] [PATCH] fix Borland C++ 5.5 compilation

2011-01-11 Thread Guenter via RT
Am 11.01.2011 14:40, schrieb Guenter via RT: > Borland C++ 5.5 does not use underscored _ftime and _timeb, therefore > code in ./crypto/bio/bss_dgram.c and ./ssl/d1_lib.c breaks. The quick > hack to fix this would be to add defines in e_os.h in the __BORLANDC__ > block: > --- e_os.h.orig Mon May 31

[openssl.org #2426] [PATCH] fix Borland C++ 5.5 compilation

2011-01-11 Thread Guenter via RT
Borland C++ 5.5 does not use underscored _ftime and _timeb, therefore code in ./crypto/bio/bss_dgram.c and ./ssl/d1_lib.c breaks. The quick hack to fix this would be to add defines in e_os.h in the __BORLANDC__ block: --- e_os.h.orig Mon May 31 14:18:08 2010 +++ e_os.h Tue Jan 11 12:41:04 2