Hey all,
So having read the NEWS announcement for 0.9.8, I was eager to try
re-compiling openssl without the old deprecated functionality. However,
util\mk1mf.pl complains about no-deprecated being an unknown option.
My system setup is as follows:
OS: WinXP SP2
Perl: ActiveState 5.8.4 build 810
Compiler: MS Visual Studio .NET 2002
Here's the steps I took:
1. Extracted openssl-0.9.8.tar.gz to C:\openssl-0.9.8.
2. cd /d C:\openssl-0.9.8.
3. perl Configure no-deprecated VC-WIN32
4. ms\do_nasm.bat
The output for step 4 is as follows:
{{{
Generating x86 for NASM assember
Bignum
DES
"crypt(3)"
Blowfish
CAST5
RC4
MD5
SHA1
RIPEMD160
RC5\32
C:\openssl-0.9.8>perl util\mkfiles.pl 1>MINFO
C:\openssl-0.9.8>perl util\mk1mf.pl nasm VC-WIN32 1>ms\nt.mak
unknown option - no-deprecated
C:\openssl-0.9.8>perl util\mk1mf.pl dll nasm VC-WIN32 1>ms\ntdll.mak
unknown option - no-deprecated
C:\openssl-0.9.8>perl util\mk1mf.pl nasm BC-NT 1>ms\bcb.mak
unknown option - no-deprecated
C:\openssl-0.9.8>perl util\mkdef.pl 32 libeay 1>ms\libeay32.def
C:\openssl-0.9.8>perl util\mkdef.pl 32 ssleay 1>ms\ssleay32.def
}}}
If I build openssl normally without the no-deprecated option, then the
Configure, do_nasm.bat, nmake steps all complete successfully.
Any advice on how to get no-deprecated working for VC-WIN32 environments?
TIA
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openssl-users@openssl.org
Automated List Manager [EMAIL PROTECTED]