I'm trying to upgrade from 0.9.8y to 1.0.1e, but I'm getting this linker error.

 link /nologo /subsystem:console /opt:ref /debug /dll
/out:out32dll\libeay32.dll /def:ms/LIBEAY32.def
@C:\Users\PHELLE~1\AppData\Local\Temp\nm6C7E.tmp
   Creating library out32dll\libeay32.lib and object out32dll\libeay32.exp
bn_gf2m.obj : error LNK2019: unresolved external symbol
bn_GF2m_mul_2x2 referenced in function BN_GF2m_mod_mul_arr
out32dll\libeay32.dll : fatal error LNK1120: 1 unresolved externals
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual
Studio 10.0\VC\BIN\amd64\link.EXE"' : return code '0x460'

A helpful post on stackoverflow led me to find that if I build with
"no-asm", it will work, and it does.

But do I have to sacrifice performance to be able to upgrade to 1.0.1?

Phillip
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to