4233 == EVP_PKEY_CTX_ctrl() Assuming you compiled the libeay32.dll yourself, you might want to get yourself the exe/dll inspection tool called 'dependency walker' (or 'dependency viewer' -- this is off the top of my head) which is freely available on the net (ah, here: http://www.dependencywalker.com/ ) and use that tool to check which libeay32.dll is actually loaded by your application.
Why? Depending on Windows configuration and the position of your DLLs, Windows /may/ find another libeay32.dll floating around in the system. If depends.exe shows you the proper (check path to dll) libeay32 is loaded, then the next bit to check is to make sure the DEF file is included in the link phase: that file contains these 'operating numbers'. Also check the DEF file to make sure it actually contains the ordinal 4233 for the function listed at the top; if not, it must be regenerated from the generic definition file 'libeay32.num' -- a step which requires perl, IIRC. Ger On Wed, Dec 3, 2008 at 3:07 PM, blacksun <[EMAIL PROTECTED]> wrote: > > Hello, > > I use openssl SNAP-20081203 and get an error on calling > > EVP_PKEY_CTX *ctxpkey = EVP_PKEY_CTX_new(public_key, NULL); > > An errormessagebox appears with "the operating number 4233 in LIBEAY32.dll > wasn't found" and im sure its the dll of the right version. > > What can i do? > > Thx for advise > -- > View this message in context: > http://www.nabble.com/openssl-SNAP-20081203%280.9.9.0%29-EVP_PKEY_CTX_new-error-tp20813593p20813593.html > Sent from the OpenSSL - User mailing list archive at Nabble.com. > ______________________________________________________________________ > OpenSSL Project http://www.openssl.org > User Support Mailing List openssl-users@openssl.org > Automated List Manager [EMAIL PROTECTED] > -- Met vriendelijke groeten / Best regards, Ger Hobbelt -------------------------------------------------- web: http://www.hobbelt.com/ http://www.hebbut.net/ mail: [EMAIL PROTECTED] mobile: +31-6-11 120 978 -------------------------------------------------- ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]