[Qt-interest] RSA in QT
Sean Harmer
sean.harmer at maps-technology.com
Fri Jan 23 15:57:17 CET 2009
On Friday 23 January 2009 14:15:09 Serge wrote:
> I've downloaded and built OpenSSL
> Now i'm trying to build qca-ossl-2.0.0-beta3.tar.bz2
> in C:\Qt\qca-ossl-2.0.0-beta3 folder:
>
> call configwin rd
> qmake
> nmake
>
> - at this step it was not found OpenSSL header files
> so i've done this:
> junction openssl C:\Qt\OpenSSL\include\openssl\
> After this it found them.
> How to inform nmake about path C:\Qt\OpenSSL\include\openssl\ without
> making junction?
There is some variable in one of the build files that you can set to tell it
where to find OpenSSL but I can't remember what it is called right now.
> Now i receive error:
>
> "C:\Program Files\Microsoft Visual Studio 8\VC\BIN\nmake.exe" -f
> Makefile.Debug all
> cl -c -nologo -Zm200 -Zc:wchar_t- -Zi -MDd -GR -EHsc -W3 -w34100
> -w34189 -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DOSSL_097 -DQT_DLL
> -DQT_PLUGIN -DQT_CORE_LIB -DQT_THREAD_SUPPORT
> -I"..\4.3.3\include\QtCore" -I"..\4.3.3\include\QtCore"
> -I"..\4.3.3\include" -I"c:\local\include" -I"..\QCA\include\QtCrypto"
> -I"..\4.3.3\include\ActiveQt" -I"debug" -I"."
> -I"..\4.3.3\mkspecs\win32-msvc2005" -Fodebug\ @E:\Temp\nm364.tmp
> qca-ossl.cpp
> .\qca-ossl.cpp(6815) : error C3861: 'EVP_whirlpool': identifier not found
>
> I didn't find EVP_whirlpool anywhere. No file in QT, OpenSSL, QSA
> contains declaration of EVP_whirlpool. How to fix it?
Which version of OpenSSL are you using? If I remember correctly I had this
error when building against OpenSSL 0.9.8 so I had to revert to 0.9.7.
HTH,
Sean
More information about the Qt-interest-old
mailing list