[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 
> http://www.openssl.org/docs/crypto/EVP_EncryptInit.html#EXAMPLES the 
> function is called with incorrect parameters. Parameter two needs to be 
> a const EVP_CIPHER *type and parameter three should be type ENGINE 
> *impl.

Thanks, I have fixed the example in the manual page.

Best regards,
       Lutz
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to