On Mon, Jul 26, 2010, Rajesh Kumar wrote: > > This is Rajesh Kumar from CISCO. We are using the Openssl libraries in our > project in the Win 32 enviroment. > > We were using 0.9.8l version of the library earlier. We are now trying to > migrate to 1.0.0a version. > > While building the 1.0.0a version we found that few crypto-engines are not > built as part of libeay32.lib. They are built separately as dll's. > > In the 0.9.8l version we could see the same getting built as part of the > libeay32.lib. > >
Try the option "enable-static-engine" on the command line to Configure, make sure you rebuild the makefile, clean and recompile. Steve. -- Dr Stephen N. Henson. OpenSSL project core developer. Commercial tech support now available see: http://www.openssl.org ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
