RE: Build problems on VC-WIN32

2001-03-21 Thread Halliley, Tom
successfully built OpenSSL with VC++? Tom -Original Message- From: Justin Desrochers [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 21, 2001 2:43 PM To: 'Halliley, Tom' Subject: RE: Build problems on VC-WIN32 Tom, I am onto it but unfortunatly need to do something else fo

RE: Build problems on VC-WIN32

2001-03-21 Thread Halliley, Tom
The problem seems to be with continuation lines in .h files, e.g., ssl/ssl.h, crypto/crypto.h, etc. These are being parsed incorrectly by the util\mkdef.pl perl script. As a quick hack, I eliminated the continuation lines in all the .h files. This allows the perl scripts to operate cleanly. (I