Hi all,
I've compiled openssl 0.9.8x on windows 7 using VS2010 pro using the
following steps:
perl Configure VC-WIN64A --prefix=%LIB_OUT%
CALL ms\do_win64a
nmake -f ms\ntdll.mak
nmake -f ms\ntdll.mak test
nmake -f ms\ntdll.mak install

Unfortunately the resulting libraries do not have any of the following
symbols:
_SHA512_Init
_SHA512_Update
_SHA512_Final
_SHA256_Init
_SHA256_Update
_SHA256_Final
_SHA1_Init
_SHA1_Update
_SHA1_Final

On the other hand, the 32bit compilation works fine. Any suggestions on
what I might be doing wrong.

Please any help would greatly appreciated.

-- 
-- Ribhi

Reply via email to