Hi, > yesterday I needed to build OpenSSL on my own for the first time using > an Embarcadero C++ Builder XE 4, which is a successor of Borland > Builder 4 and 5. I tried the versions 0.9.8y and 1.0.1f just to see > which of both works best. In the end I was able to build both of them > by just following instructions in INSTALL.W32, but needed to adopt the > generated makefile a bit. My changes were needed to successfully > compile and link both versions, but 1.0.1f is producing a lot of > warnings because of duplicate public symbols. I will ignore that for > now and stick with 0.9.8y which doesn't generate those warnings and > work perfectly well in my use case, but I would be glad if you could > patch BC-32.pl. > > OpenSSL 0.9.8y: > > * _timeb and _ftime are named without _ > * nasmw is not available, but nasm http://www.nasm.us/
No changes are applied to 0.9.8. > OpenSSL 1.0.1f: > > * same as above _timeb/_ftime is not used in 1.0.2 and forward. > * crypt32.lib and ws2_32.lib as ex_libs http://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=779c51c6446f384c2f2a7bd5cc4c3e0366baf628 Thanks for report. ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
