[openssl.org #265] Bug Report - Ordinal 2915 cannot be found in Libeay32.dll

2002-10-18 Thread Lutz Jaenicke via RT
[guest - Thu Sep 5 12:30:40 2002]: > This problem has been resolved. > > int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type, > ENGINE *impl, unsigned char *key, unsigned char *iv); > > EVP_EncryptInit_ex(&ctx, EVP_bf_cbc(), NULL, key, iv); > > In the example at > htt

[openssl.org #265] Bug Report - Ordinal 2915 cannot be found in Libeay32.dll

2002-09-05 Thread via RT
This problem has been resolved. int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type, ENGINE *impl, unsigned char *key, unsigned char *iv); EVP_EncryptInit_ex(&ctx, EVP_bf_cbc(), NULL, key, iv); In the example at http://www.openssl.org/docs/crypto/EVP_EncryptInit.html#E

[openssl.org #265] Bug Report - Ordinal 2915 cannot be found in Libeay32.dll

2002-09-02 Thread
Windows 2000 Server MS VC++ 6.0 http://www.openssl.org/docs/crypto/EVP_EncryptInit.html#EXAMPLES I am receiving error messages about ordinal numbers not being found when executing the example code at the above url. The ordinal 2915 cannot be found in the dynamic link library LIBEAY32.dl