If someone, already did the dirty job why do it yourself, well i guess that if you want to study the program, that's Ok, because compiling a program well that's not a very brain hurting job :-)
So if you just want to use it download openSA, and give it a try.
At 10:39 AM 1/11/2001 +0000, you wrote:
Hi!
Just follow the instructions in INSTALL.W32. I should note however the installation bit doesn't work very well.
"copy /b inc32\* c:\openssl\include\openssl" doesn't copy subdirectories like expected and it should copy into "c:\openssl\include" not "c:\openssl\include\openssl". I just replaced that with :
copy /b inc32\* c:\openssl\include
copy /b inc32\openssl\* c:\openssl\include\openssl
Also I haven't been able to make the debug version. The mk1mk.pl script is writing something wrong into the makefile that nmake doesn't like (I'm looking into it right now).
Marco Cunha
- -----Original Message-----
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of °æ´öÇö
- Sent: quinta-feira, 11 de Janeiro de 2001 10:32
- To: [EMAIL PROTECTED]
- Subject: Can I Make a OpenSSL with Visual C++ 6.0
- Can I Compile the OpenSLL with Visual C++ 6.0?
- I Can't Compile It.
- Please Help ME.