> Thank!
> but how can I use EVP_get_cipherbyname(const char *name);?
>
> ciphers[0].cipher = EVP_get_cipherbyname("BLABLABLABLA");
> perror("EVP_get_cipherbyname()");
>
> ./evp
> EVP_get_cipherbyname(): Success
>
> And always: success :-) but doesn't work.
Why are you calling 'perror'?
I don't mean to be rude, but it doesn't seem that you have any idea what
you're doing. You're missing basic C concepts that are a pre-requisite to
working with a complicated library like OpenSSL.
DS
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [email protected]
Automated List Manager [EMAIL PROTECTED]