On 1/9/2013 6:40 PM, Ribhi Kamal wrote:
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.


Did you remember to install NASM?

Are the functions completely missing or just not exported from the resulting DLLs?


Enjoy

Jakob
--
Jakob Bohm, CIO, Partner, WiseMo A/S.  http://www.wisemo.com
Transformervej 29, 2730 Herlev, Denmark.  Direct +45 31 13 16 10
This public discussion message is non-binding and may contain errors.
WiseMo - Remote Service Management for PCs, Phones and Embedded
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to