Richard Levitte - VMS Whacker wrote:

Because of lack of time, and because I'm not entirely sure we've gotten
all the reported bugs, I'm moving the release of 0.9.6h until thursday
night (swedish time). Please test the snapshots for the 0.9.6 branch
until then, on as many platforms as you have available and you feel
you have the time for.

Today, I'm going to release the 4th beta of the 0.9.7 branch.

If all this seems confusing, please consider this:

there are some places where considerable time has been taken to
evaluate 0.9.6g and earlier 0.9.6 releases. The 0.9.6h release is
mostly a bugfix release, which means that those who need to stick with
the 0.9.6 series for a while can get all the fixes that have been
reported while not having to do the enormous evaluation that some do.

The 0.9.7 branch contains a large number of changes. It's also the
version that's taken the longest for us to develop (more than two
years after the release of 0.9.6!). It will probably take some time
before it has the same level of acceptance as the 0.9.6 series, and
for the places that do that, it probably means going through a full
evaluation again.


i continued a little bit with compilation games for openssl-SNAP-20021119 aka 0.9.8 dev

perl Configure VC-WIN32 - succeeded
ms\do_ms - succeeded
nmake -f ms\ntdll.mak - failed
full result in out.txt but here an end of it and also a few warnings (i turned off /WX key) :
.\crypto\bn\bn_gf2m.c(856) : warning C4101: 'i' : unreferenced local variable
.\crypto\ec\ec2_smpl.c(173) : warning C4018: '<=' : signed/unsigned mismatch
.\crypto\ec\ec2_smpl.c(174) : warning C4018: '<=' : signed/unsigned mismatch
.\crypto\ec\ec2_smpl.c(198) : warning C4018: '<=' : signed/unsigned mismatch
.\crypto\ec\ec2_smpl.c(203) : warning C4018: '<=' : signed/unsigned mismatch
.\crypto\ec\ec2_mult.c(350) : warning C4018: '<' : signed/unsigned mismatch

link /nologo /subsystem:console /machine:I386 /opt:ref /dll /out:out32dll\libeay32.dll /def:ms/LIBEAY32.def @D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\nma01608.
LIBEAY32.def : error LNK2001: unresolved external symbol ENGINE_load_4758cca
LIBEAY32.def : error LNK2001: unresolved external symbol ENGINE_load_aep
LIBEAY32.def : error LNK2001: unresolved external symbol ENGINE_load_atalla
LIBEAY32.def : error LNK2001: unresolved external symbol ENGINE_load_chil
LIBEAY32.def : error LNK2001: unresolved external symbol ENGINE_load_cswift
LIBEAY32.def : error LNK2001: unresolved external symbol ENGINE_load_nuron
LIBEAY32.def : error LNK2001: unresolved external symbol ENGINE_load_sureware
LIBEAY32.def : error LNK2001: unresolved external symbol ENGINE_load_ubsec
out32dll\libeay32.lib : fatal error LNK1120: 8 unresolved externals
LINK : fatal error LNK1141: failure during build of exports file

after inserting -DOPENSSL_NO_HW (meaninglly i do not have HSM at home to test on it , so i can leave this feature off for a while) and commetting out previous mentioned functions from LIBEAY32.def compilation succeeded and all test passed ok.





______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]


Reply via email to